Shades of Maroon #850F08
Tints of Maroon #850F08
RGB
CMYK
RGB Variations
Color information
#850F08 (or 0x850F08) is known color: Maroon. HEX triplet: 85, 0F and 08. RGB value is (133,15,8). Sum of RGB (Red+Green+Blue) = 133+15+8=156 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.26% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 133 - color contains mainly: red. Hex color #850F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F08 is #7AF0F7. Grayscale: #313131. Windows color (decimal): -8057080 or 528261. OLE color: 528261.
HSL color Cylindrical-coordinate representation of color #850F08: hue angle of 3.36º 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 #850F08 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 15 | 8 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.48 |
| HSL | 3.36º | 0.89% | 0.28% | - |
| HSV(B) | 3.36º | 0.94% | 0.52% | - |
| XYZ | 9.89 | 5.35 | 0.74 | - |
| YUV | 49.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 8 | 0 | 0.89 | 0.94 | 0.48 | 3.36 | 0.89 | 0.28 |
| Hex | 85 | F | 8 | 0 | 59 | 5E | 30 | 3 | 59 | 1C |
| Octal | 205 | 17 | 10 | 0 | 131 | 136 | 60 | 3 | 131 | 34 |
| Binary | 10000101 | 1111 | 1000 | 0 | 1011001 | 1011110 | 110000 | 11 | 1011001 | 11100 |
Color Harmonies of #850F08
Complementary color
Monochromatic Colors of #850F08
Black with #850F08
Text Example
Text Example
White with #850F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850F08; }
p { color: rgb(133,15,8); }
H1.HeaderClassName
{
color: #850F08;
}
.AnyTagClassName
{
color: #850F08;
}
</style>
background-color css
<style>
a { background-color: #850F08; }
a { background-color: rgb(133,15,8); }
div.DivClassName
{
background-color: #850F08;
}
.BgClassName
{
background-color: #850F08;
}
</style>
border-color css
<style>
span { border-color: #850F08; }
span { border-color: rgb(133,15,8); }
td.TdClassName
{
border-color: #850F08;
}
.TagClassName
{
border-color: #850F08;
}
</style>