Shades of Maroon #850B07
Tints of Maroon #850B07
RGB
CMYK
RGB Variations
Color information
#850B07 (or 0x850B07) is known color: Maroon. HEX triplet: 85, 0B and 07. RGB value is (133,11,7). Sum of RGB (Red+Green+Blue) = 133+11+7=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #850B07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850B07 is #7AF4F8. Grayscale: #2F2F2F. Windows color (decimal): -8058105 or 461701. OLE color: 461701.
HSL color Cylindrical-coordinate representation of color #850B07: hue angle of 1.9º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850B07 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 7 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.48 |
| HSL | 1.9º | 0.9% | 0.27% | - |
| HSV(B) | 1.9º | 0.95% | 0.52% | - |
| XYZ | 9.83 | 5.24 | 0.69 | - |
| YUV | 47.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 7 | 0 | 0.92 | 0.95 | 0.48 | 1.9 | 0.9 | 0.27 |
| Hex | 85 | B | 7 | 0 | 5C | 5F | 30 | 2 | 5A | 1B |
| Octal | 205 | 13 | 7 | 0 | 134 | 137 | 60 | 2 | 132 | 33 |
| Binary | 10000101 | 1011 | 111 | 0 | 1011100 | 1011111 | 110000 | 10 | 1011010 | 11011 |
Color Harmonies of #850B07
Complementary color
Monochromatic Colors of #850B07
Black with #850B07
Text Example
Text Example
White with #850B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B07; }
p { color: rgb(133,11,7); }
H1.HeaderClassName
{
color: #850B07;
}
.AnyTagClassName
{
color: #850B07;
}
</style>
background-color css
<style>
a { background-color: #850B07; }
a { background-color: rgb(133,11,7); }
div.DivClassName
{
background-color: #850B07;
}
.BgClassName
{
background-color: #850B07;
}
</style>
border-color css
<style>
span { border-color: #850B07; }
span { border-color: rgb(133,11,7); }
td.TdClassName
{
border-color: #850B07;
}
.TagClassName
{
border-color: #850B07;
}
</style>