#850A06

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

Shades of Maroon #850A06

Tints of Maroon #850A06

Color information

#850A06 (or 0x850A06) is unknown color: approx Maroon. HEX triplet: 85, 0A and 06. RGB value is (133,10,6). Sum of RGB (Red+Green+Blue) = 133+10+6=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #850A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850A06 is #7AF5F9. Grayscale: #2E2E2E. Windows color (decimal): -8058362 or 395909. OLE color: 395909.

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

Color convert

RGB133106-
CMYK00.920.950.48
HSL1.89º91.37%27.25%-
HSV(B)1.89º95.49%52.16%-
XYZ9.815.220.66-
YUV46.32105.25189.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 89.26%
GREEN value IS 10 (4.30% from 255) = 6.71%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=89.26%
G=6.71%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310600.920.950.481.8991.3727.25
Hex85A605C5F3025b1b
Octal205126013413760213333
Binary10000101101011001011100101111111000010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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