#6D1A24

Color #6D1A24 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #6D1A24

Tints of Red Berry #6D1A24

Color information

#6D1A24 (or 0x6D1A24) is unknown color: approx Red Berry. HEX triplet: 6D, 1A and 24. RGB value is (109,26,36). Sum of RGB (Red+Green+Blue) = 109+26+36=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A24 is #92E5DB. Grayscale: #333333. Windows color (decimal): -9627100 or 2366061. OLE color: 2366061.

HSL color Cylindrical-coordinate representation of color #6D1A24: hue angle of 352.77º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A24 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB1092636-
CMYK00.760.670.57
HSL352.77º61.48%26.47%-
HSV(B)352.77º76.15%42.75%-
XYZ6.994.122.1-
YUV51.96119168.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 63.74%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 36 (14.45% from 255) = 21.05%
R=63.74%
G=15.20%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109263600.760.670.57352.7761.4826.47
Hex6D1A2404C43391613d1a
Octal15532440114103715417532
Binary11011011101010010001001100100001111100110110000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D1A24; }

 p { color: rgb(109,26,36); }

 H1.HeaderClassName
 {
   color: #6D1A24;
 }
 .AnyTagClassName
 {
   color: #6D1A24;
 }
</style>
background-color css

<style>
 a { background-color: #6D1A24; }

 a { background-color: rgb(109,26,36); }

 div.DivClassName
 {
   background-color: #6D1A24;
 }
 .BgClassName
 {
   background-color: #6D1A24;
 }
</style>
border-color css

<style>
 span { border-color: #6D1A24; }

 span { border-color: rgb(109,26,36); }

 td.TdClassName
 {
   border-color: #6D1A24;
 }
 .TagClassName
 {
   border-color: #6D1A24;
 }
</style>