Shades of Maroon #850B05
Tints of Maroon #850B05
RGB
CMYK
RGB Variations
Color information
#850B05 (or 0x850B05) is known color: Maroon. HEX triplet: 85, 0B and 05. RGB value is (133,11,5). Sum of RGB (Red+Green+Blue) = 133+11+5=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #850B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850B05 is #7AF4FA. Grayscale: #2E2E2E. Windows color (decimal): -8058107 or 330629. OLE color: 330629.
HSL color Cylindrical-coordinate representation of color #850B05: hue angle of 2.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850B05 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 5 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.48 |
| HSL | 2.81º | 0.93% | 0.27% | - |
| HSV(B) | 2.81º | 0.96% | 0.52% | - |
| XYZ | 9.82 | 5.24 | 0.64 | - |
| YUV | 46.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 5 | 0 | 0.92 | 0.96 | 0.48 | 2.81 | 0.93 | 0.27 |
| Hex | 85 | B | 5 | 0 | 5C | 60 | 30 | 3 | 5D | 1B |
| Octal | 205 | 13 | 5 | 0 | 134 | 140 | 60 | 3 | 135 | 33 |
| Binary | 10000101 | 1011 | 101 | 0 | 1011100 | 1100000 | 110000 | 11 | 1011101 | 11011 |
Color Harmonies of #850B05
Complementary color
Monochromatic Colors of #850B05
Black with #850B05
Text Example
Text Example
White with #850B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B05; }
p { color: rgb(133,11,5); }
H1.HeaderClassName
{
color: #850B05;
}
.AnyTagClassName
{
color: #850B05;
}
</style>
background-color css
<style>
a { background-color: #850B05; }
a { background-color: rgb(133,11,5); }
div.DivClassName
{
background-color: #850B05;
}
.BgClassName
{
background-color: #850B05;
}
</style>
border-color css
<style>
span { border-color: #850B05; }
span { border-color: rgb(133,11,5); }
td.TdClassName
{
border-color: #850B05;
}
.TagClassName
{
border-color: #850B05;
}
</style>