Shades of Maroon #850F04
Tints of Maroon #850F04
RGB
CMYK
RGB Variations
Color information
#850F04 (or 0x850F04) is known color: 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
| RGB | 133 | 15 | 4 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.48 |
| HSL | 5.12º | 0.94% | 0.27% | - |
| HSV(B) | 5.12º | 0.97% | 0.52% | - |
| XYZ | 9.87 | 5.34 | 0.63 | - |
| YUV | 49.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 4 | 0 | 0.89 | 0.97 | 0.48 | 5.12 | 0.94 | 0.27 |
| Hex | 85 | F | 4 | 0 | 59 | 61 | 30 | 5 | 5E | 1B |
| Octal | 205 | 17 | 4 | 0 | 131 | 141 | 60 | 5 | 136 | 33 |
| Binary | 10000101 | 1111 | 100 | 0 | 1011001 | 1100001 | 110000 | 101 | 1011110 | 11011 |
Color Harmonies of #850F04
Complementary color
Monochromatic Colors of #850F04
Black with #850F04
Text Example
Text Example
White with #850F04
Text Example
Text Example
HTML Codes & Css Web 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>