Shades of Maroon #831501
Tints of Maroon #831501
RGB
CMYK
RGB Variations
Color information
#831501 (or 0x831501) is known color: Maroon. HEX triplet: 83, 15 and 01. RGB value is (131,21,1). Sum of RGB (Red+Green+Blue) = 131+21+1=153 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.62% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 131 - color contains mainly: red. Hex color #831501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831501 is #7CEAFE. Grayscale: #333333. Windows color (decimal): -8186623 or 71043. OLE color: 71043.
HSL color Cylindrical-coordinate representation of color #831501: hue angle of 9.23º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #831501 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 21 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.49 |
| HSL | 9.23º | 0.98% | 0.26% | - |
| HSV(B) | 9.23º | 0.99% | 0.51% | - |
| XYZ | 9.63 | 5.36 | 0.56 | - |
| YUV | 51.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 1 | 0 | 0.84 | 0.99 | 0.49 | 9.23 | 0.98 | 0.26 |
| Hex | 83 | 15 | 1 | 0 | 54 | 63 | 31 | 9 | 62 | 1A |
| Octal | 203 | 25 | 1 | 0 | 124 | 143 | 61 | 11 | 142 | 32 |
| Binary | 10000011 | 10101 | 1 | 0 | 1010100 | 1100011 | 110001 | 1001 | 1100010 | 11010 |
Color Harmonies of #831501
Complementary color
Monochromatic Colors of #831501
Black with #831501
Text Example
Text Example
White with #831501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831501; }
p { color: rgb(131,21,1); }
H1.HeaderClassName
{
color: #831501;
}
.AnyTagClassName
{
color: #831501;
}
</style>
background-color css
<style>
a { background-color: #831501; }
a { background-color: rgb(131,21,1); }
div.DivClassName
{
background-color: #831501;
}
.BgClassName
{
background-color: #831501;
}
</style>
border-color css
<style>
span { border-color: #831501; }
span { border-color: rgb(131,21,1); }
td.TdClassName
{
border-color: #831501;
}
.TagClassName
{
border-color: #831501;
}
</style>