#850B08

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

Shades of Maroon #850B08

Tints of Maroon #850B08

Color information

#850B08 (or 0x850B08) is unknown color: approx Maroon. HEX triplet: 85, 0B and 08. RGB value is (133,11,8). Sum of RGB (Red+Green+Blue) = 133+11+8=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #850B08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850B08 is #7AF4F7. Grayscale: #2F2F2F. Windows color (decimal): -8058104 or 527237. OLE color: 527237.

HSL color Cylindrical-coordinate representation of color #850B08: hue angle of 1.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850B08 is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB133118-
CMYK00.920.940.48
HSL1.44º88.65%27.65%-
HSV(B)1.44º93.98%52.16%-
XYZ9.845.240.72-
YUV47.14105.92189.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 87.5%
GREEN value IS 11 (4.69% from 255) = 7.24%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=87.5%
G=7.24%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311800.920.940.481.4488.6527.65
Hex85B805C5E301591c
Octal2051310013413660113134
Binary10000101101110000101110010111101100001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,11,8); }

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

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

 a { background-color: rgb(133,11,8); }

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

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

 span { border-color: rgb(133,11,8); }

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