#850C06

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

Shades of Maroon #850C06

Tints of Maroon #850C06

Color information

#850C06 (or 0x850C06) is unknown color: approx Maroon. HEX triplet: 85, 0C and 06. RGB value is (133,12,6). Sum of RGB (Red+Green+Blue) = 133+12+6=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #850C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850C06 is #7AF3F9. Grayscale: #2F2F2F. Windows color (decimal): -8057850 or 396421. OLE color: 396421.

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

Color convert

RGB133126-
CMYK00.910.950.48
HSL2.83º91.37%27.25%-
HSV(B)2.83º95.49%52.16%-
XYZ9.845.260.67-
YUV47.49104.59188.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 88.08%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 6 (2.73% from 255) = 3.97%
R=88.08%
G=7.95%
B=3.97%

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
Decimal13312600.910.950.482.8391.3727.25
Hex85C605B5F3035b1b
Octal205146013313760313333
Binary10000101110011001011011101111111000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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