Shades of Maroon #850F09
Tints of Maroon #850F09
RGB
CMYK
RGB Variations
Color information
#850F09 (or 0x850F09) is known color: Maroon. HEX triplet: 85, 0F and 09. RGB value is (133,15,9). Sum of RGB (Red+Green+Blue) = 133+15+9=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #850F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F09 is #7AF0F6. Grayscale: #313131. Windows color (decimal): -8057079 or 593797. OLE color: 593797.
HSL color Cylindrical-coordinate representation of color #850F09: hue angle of 2.9º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850F09 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 15 | 9 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.48 |
| HSL | 2.9º | 0.87% | 0.28% | - |
| HSV(B) | 2.9º | 0.93% | 0.52% | - |
| XYZ | 9.89 | 5.35 | 0.77 | - |
| YUV | 49.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 15 | 9 | 0 | 0.89 | 0.93 | 0.48 | 2.9 | 0.87 | 0.28 |
| Hex | 85 | F | 9 | 0 | 59 | 5D | 30 | 3 | 57 | 1C |
| Octal | 205 | 17 | 11 | 0 | 131 | 135 | 60 | 3 | 127 | 34 |
| Binary | 10000101 | 1111 | 1001 | 0 | 1011001 | 1011101 | 110000 | 11 | 1010111 | 11100 |
Color Harmonies of #850F09
Complementary color
Monochromatic Colors of #850F09
Black with #850F09
Text Example
Text Example
White with #850F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850F09; }
p { color: rgb(133,15,9); }
H1.HeaderClassName
{
color: #850F09;
}
.AnyTagClassName
{
color: #850F09;
}
</style>
background-color css
<style>
a { background-color: #850F09; }
a { background-color: rgb(133,15,9); }
div.DivClassName
{
background-color: #850F09;
}
.BgClassName
{
background-color: #850F09;
}
</style>
border-color css
<style>
span { border-color: #850F09; }
span { border-color: rgb(133,15,9); }
td.TdClassName
{
border-color: #850F09;
}
.TagClassName
{
border-color: #850F09;
}
</style>