#840D06

Color #840D06 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #840D06

Tints of Maroon #840D06

Color information

#840D06 (or 0x840D06) is unknown color: approx Maroon. HEX triplet: 84, 0D and 06. RGB value is (132,13,6). Sum of RGB (Red+Green+Blue) = 132+13+6=151 (20% of max value = 765). Red value is 132 (51.95% from 255 or 87.42% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 132 - color contains mainly: red. Hex color #840D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840D06 is #7BF2F9. Grayscale: #2F2F2F. Windows color (decimal): -8123130 or 396676. OLE color: 396676.

HSL color Cylindrical-coordinate representation of color #840D06: hue angle of 3.33º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840D06 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132136-
CMYK00.900.950.48
HSL3.33º91.3%27.06%-
HSV(B)3.33º95.45%51.76%-
XYZ9.695.210.67-
YUV47.78104.42188.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 87.42%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 6 (2.73% from 255) = 3.97%
R=87.42%
G=8.61%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213600.900.950.483.3391.327.06
Hex84D605A5F3035b1b
Octal204156013213760313333
Binary10000100110111001011010101111111000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840D06; }

 p { color: rgb(132,13,6); }

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

<style>
 a { background-color: #840D06; }

 a { background-color: rgb(132,13,6); }

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

<style>
 span { border-color: #840D06; }

 span { border-color: rgb(132,13,6); }

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