Shades of Maroon #851203
Tints of Maroon #851203
RGB
CMYK
RGB Variations
Color information
#851203 (or 0x851203) is known color: Maroon. HEX triplet: 85, 12 and 03. RGB value is (133,18,3). Sum of RGB (Red+Green+Blue) = 133+18+3=154 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.36% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 133 - color contains mainly: red. Hex color #851203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851203 is #7AEDFC. Grayscale: #323232. Windows color (decimal): -8056317 or 201349. OLE color: 201349.
HSL color Cylindrical-coordinate representation of color #851203: hue angle of 6.92º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #851203 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 3 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.48 |
| HSL | 6.92º | 0.96% | 0.27% | - |
| HSV(B) | 6.92º | 0.98% | 0.52% | - |
| XYZ | 9.91 | 5.43 | 0.61 | - |
| YUV | 50.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 3 | 0 | 0.86 | 0.98 | 0.48 | 6.92 | 0.96 | 0.27 |
| Hex | 85 | 12 | 3 | 0 | 56 | 62 | 30 | 7 | 60 | 1B |
| Octal | 205 | 22 | 3 | 0 | 126 | 142 | 60 | 7 | 140 | 33 |
| Binary | 10000101 | 10010 | 11 | 0 | 1010110 | 1100010 | 110000 | 111 | 1100000 | 11011 |
Color Harmonies of #851203
Complementary color
Monochromatic Colors of #851203
Black with #851203
Text Example
Text Example
White with #851203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851203; }
p { color: rgb(133,18,3); }
H1.HeaderClassName
{
color: #851203;
}
.AnyTagClassName
{
color: #851203;
}
</style>
background-color css
<style>
a { background-color: #851203; }
a { background-color: rgb(133,18,3); }
div.DivClassName
{
background-color: #851203;
}
.BgClassName
{
background-color: #851203;
}
</style>
border-color css
<style>
span { border-color: #851203; }
span { border-color: rgb(133,18,3); }
td.TdClassName
{
border-color: #851203;
}
.TagClassName
{
border-color: #851203;
}
</style>