Shades of Maroon #850908
Tints of Maroon #850908
RGB
CMYK
RGB Variations
Color information
#850908 (or 0x850908) is known color: Maroon. HEX triplet: 85, 09 and 08. RGB value is (133,9,8). Sum of RGB (Red+Green+Blue) = 133+9+8=150 (19% of max value = 765). Red value is 133 (52.34% from 255 or 88.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 133 - color contains mainly: red. Hex color #850908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850908 is #7AF6F7. Grayscale: #2E2E2E. Windows color (decimal): -8058616 or 526725. OLE color: 526725.
HSL color Cylindrical-coordinate representation of color #850908: hue angle of 0.48º 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 #850908 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 9 | 8 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.48 |
| HSL | 0.48º | 0.89% | 0.28% | - |
| HSV(B) | 0.48º | 0.94% | 0.52% | - |
| XYZ | 9.81 | 5.2 | 0.72 | - |
| YUV | 45.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 9 | 8 | 0 | 0.93 | 0.94 | 0.48 | 0.48 | 0.89 | 0.28 |
| Hex | 85 | 9 | 8 | 0 | 5D | 5E | 30 | 0 | 59 | 1C |
| Octal | 205 | 11 | 10 | 0 | 135 | 136 | 60 | 0 | 131 | 34 |
| Binary | 10000101 | 1001 | 1000 | 0 | 1011101 | 1011110 | 110000 | 0 | 1011001 | 11100 |
Color Harmonies of #850908
Complementary color
Monochromatic Colors of #850908
Black with #850908
Text Example
Text Example
White with #850908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850908; }
p { color: rgb(133,9,8); }
H1.HeaderClassName
{
color: #850908;
}
.AnyTagClassName
{
color: #850908;
}
</style>
background-color css
<style>
a { background-color: #850908; }
a { background-color: rgb(133,9,8); }
div.DivClassName
{
background-color: #850908;
}
.BgClassName
{
background-color: #850908;
}
</style>
border-color css
<style>
span { border-color: #850908; }
span { border-color: rgb(133,9,8); }
td.TdClassName
{
border-color: #850908;
}
.TagClassName
{
border-color: #850908;
}
</style>