Shades of Maroon #851002
Tints of Maroon #851002
RGB
CMYK
RGB Variations
Color information
#851002 (or 0x851002) is known color: Maroon. HEX triplet: 85, 10 and 02. RGB value is (133,16,2). Sum of RGB (Red+Green+Blue) = 133+16+2=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #851002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851002 is #7AEFFD. Grayscale: #313131. Windows color (decimal): -8056830 or 135301. OLE color: 135301.
HSL color Cylindrical-coordinate representation of color #851002: hue angle of 6.41º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #851002 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.48 |
| HSL | 6.41º | 0.97% | 0.26% | - |
| HSV(B) | 6.41º | 0.98% | 0.52% | - |
| XYZ | 9.87 | 5.36 | 0.57 | - |
| YUV | 49.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 2 | 0 | 0.88 | 0.98 | 0.48 | 6.41 | 0.97 | 0.26 |
| Hex | 85 | 10 | 2 | 0 | 58 | 62 | 30 | 6 | 61 | 1A |
| Octal | 205 | 20 | 2 | 0 | 130 | 142 | 60 | 6 | 141 | 32 |
| Binary | 10000101 | 10000 | 10 | 0 | 1011000 | 1100010 | 110000 | 110 | 1100001 | 11010 |
Color Harmonies of #851002
Complementary color
Monochromatic Colors of #851002
Black with #851002
Text Example
Text Example
White with #851002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851002; }
p { color: rgb(133,16,2); }
H1.HeaderClassName
{
color: #851002;
}
.AnyTagClassName
{
color: #851002;
}
</style>
background-color css
<style>
a { background-color: #851002; }
a { background-color: rgb(133,16,2); }
div.DivClassName
{
background-color: #851002;
}
.BgClassName
{
background-color: #851002;
}
</style>
border-color css
<style>
span { border-color: #851002; }
span { border-color: rgb(133,16,2); }
td.TdClassName
{
border-color: #851002;
}
.TagClassName
{
border-color: #851002;
}
</style>