#850F04

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

Shades of Maroon #850F04

Tints of Maroon #850F04

Color information

#850F04 (or 0x850F04) is unknown color: approx Maroon. HEX triplet: 85, 0F and 04. RGB value is (133,15,4). Sum of RGB (Red+Green+Blue) = 133+15+4=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #850F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F04 is #7AF0FB. Grayscale: #313131. Windows color (decimal): -8057084 or 266117. OLE color: 266117.

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

Color convert

RGB133154-
CMYK00.890.970.48
HSL5.12º94.16%26.86%-
HSV(B)5.12º96.99%52.16%-
XYZ9.875.340.63-
YUV49.03102.59187.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 87.5%
GREEN value IS 15 (6.25% from 255) = 9.87%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=87.5%
G=9.87%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13315400.890.970.485.1294.1626.86
Hex85F4059613055e1b
Octal205174013114160513633
Binary100001011111100010110011100001110000101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,15,4); }

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

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

 a { background-color: rgb(133,15,4); }

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

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

 span { border-color: rgb(133,15,4); }

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