#840C06

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

Shades of Maroon #840C06

Tints of Maroon #840C06

Color information

#840C06 (or 0x840C06) is unknown color: approx Maroon. HEX triplet: 84, 0C and 06. RGB value is (132,12,6). Sum of RGB (Red+Green+Blue) = 132+12+6=150 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 132 - color contains mainly: red. Hex color #840C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840C06 is #7BF3F9. Grayscale: #2F2F2F. Windows color (decimal): -8123386 or 396420. OLE color: 396420.

HSL color Cylindrical-coordinate representation of color #840C06: hue angle of 2.86º 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 #840C06 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB132126-
CMYK00.910.950.48
HSL2.86º91.3%27.06%-
HSV(B)2.86º95.45%51.76%-
XYZ9.685.180.66-
YUV47.2104.76188.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 88%
GREEN value IS 12 (5.08% from 255) = 8%
BLUE value IS 6 (2.73% from 255) = 4%
R=88%
G=8%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212600.910.950.482.8691.327.06
Hex84C605B5F3035b1b
Octal204146013313760313333
Binary10000100110011001011011101111111000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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