Shades of Maroon #850301
Tints of Maroon #850301
RGB
CMYK
RGB Variations
Color information
#850301 (or 0x850301) is known color: Maroon. HEX triplet: 85, 03 and 01. RGB value is (133,3,1). Sum of RGB (Red+Green+Blue) = 133+3+1=137 (18% of max value = 765). Red value is 133 (52.34% from 255 or 97.08% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 133 - color contains mainly: red. Hex color #850301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850301 is #7AFCFE. Grayscale: #292929. Windows color (decimal): -8060159 or 66437. OLE color: 66437.
HSL color Cylindrical-coordinate representation of color #850301: hue angle of 0.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850301 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.48 |
| HSL | 0.91º | 0.99% | 0.26% | - |
| HSV(B) | 0.91º | 0.99% | 0.52% | - |
| XYZ | 9.71 | 5.05 | 0.49 | - |
| YUV | 41.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 1 | 0 | 0.98 | 0.99 | 0.48 | 0.91 | 0.99 | 0.26 |
| Hex | 85 | 3 | 1 | 0 | 62 | 63 | 30 | 1 | 63 | 1A |
| Octal | 205 | 3 | 1 | 0 | 142 | 143 | 60 | 1 | 143 | 32 |
| Binary | 10000101 | 11 | 1 | 0 | 1100010 | 1100011 | 110000 | 1 | 1100011 | 11010 |
Color Harmonies of #850301
Complementary color
Monochromatic Colors of #850301
Black with #850301
Text Example
Text Example
White with #850301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850301; }
p { color: rgb(133,3,1); }
H1.HeaderClassName
{
color: #850301;
}
.AnyTagClassName
{
color: #850301;
}
</style>
background-color css
<style>
a { background-color: #850301; }
a { background-color: rgb(133,3,1); }
div.DivClassName
{
background-color: #850301;
}
.BgClassName
{
background-color: #850301;
}
</style>
border-color css
<style>
span { border-color: #850301; }
span { border-color: rgb(133,3,1); }
td.TdClassName
{
border-color: #850301;
}
.TagClassName
{
border-color: #850301;
}
</style>