Shades of Maroon #831502
Tints of Maroon #831502
RGB
CMYK
RGB Variations
Color information
#831502 (or 0x831502) is known color: Maroon. HEX triplet: 83, 15 and 02. RGB value is (131,21,2). Sum of RGB (Red+Green+Blue) = 131+21+2=154 (20% of max value = 765). Red value is 131 (51.56% from 255 or 85.06% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 131 - color contains mainly: red. Hex color #831502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831502 is #7CEAFD. Grayscale: #333333. Windows color (decimal): -8186622 or 136579. OLE color: 136579.
HSL color Cylindrical-coordinate representation of color #831502: hue angle of 8.84º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #831502 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 21 | 2 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.49 |
| HSL | 8.84º | 0.97% | 0.26% | - |
| HSV(B) | 8.84º | 0.98% | 0.51% | - |
| XYZ | 9.64 | 5.37 | 0.59 | - |
| YUV | 51.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 2 | 0 | 0.84 | 0.98 | 0.49 | 8.84 | 0.97 | 0.26 |
| Hex | 83 | 15 | 2 | 0 | 54 | 62 | 31 | 9 | 61 | 1A |
| Octal | 203 | 25 | 2 | 0 | 124 | 142 | 61 | 11 | 141 | 32 |
| Binary | 10000011 | 10101 | 10 | 0 | 1010100 | 1100010 | 110001 | 1001 | 1100001 | 11010 |
Color Harmonies of #831502
Complementary color
Monochromatic Colors of #831502
Black with #831502
Text Example
Text Example
White with #831502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831502; }
p { color: rgb(131,21,2); }
H1.HeaderClassName
{
color: #831502;
}
.AnyTagClassName
{
color: #831502;
}
</style>
background-color css
<style>
a { background-color: #831502; }
a { background-color: rgb(131,21,2); }
div.DivClassName
{
background-color: #831502;
}
.BgClassName
{
background-color: #831502;
}
</style>
border-color css
<style>
span { border-color: #831502; }
span { border-color: rgb(131,21,2); }
td.TdClassName
{
border-color: #831502;
}
.TagClassName
{
border-color: #831502;
}
</style>