Shades of Maroon #831202
Tints of Maroon #831202
RGB
CMYK
RGB Variations
Color information
#831202 (or 0x831202) is known color: Maroon. HEX triplet: 83, 12 and 02. RGB value is (131,18,2). Sum of RGB (Red+Green+Blue) = 131+18+2=151 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.75% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 131 - color contains mainly: red. Hex color #831202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831202 is #7CEDFD. Grayscale: #323232. Windows color (decimal): -8187390 or 135811. OLE color: 135811.
HSL color Cylindrical-coordinate representation of color #831202: hue angle of 7.44º 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 #831202 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 18 | 2 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.49 |
| HSL | 7.44º | 0.97% | 0.26% | - |
| HSV(B) | 7.44º | 0.98% | 0.51% | - |
| XYZ | 9.59 | 5.26 | 0.57 | - |
| YUV | 49.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 2 | 0 | 0.86 | 0.98 | 0.49 | 7.44 | 0.97 | 0.26 |
| Hex | 83 | 12 | 2 | 0 | 56 | 62 | 31 | 7 | 61 | 1A |
| Octal | 203 | 22 | 2 | 0 | 126 | 142 | 61 | 7 | 141 | 32 |
| Binary | 10000011 | 10010 | 10 | 0 | 1010110 | 1100010 | 110001 | 111 | 1100001 | 11010 |
Color Harmonies of #831202
Complementary color
Monochromatic Colors of #831202
Black with #831202
Text Example
Text Example
White with #831202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831202; }
p { color: rgb(131,18,2); }
H1.HeaderClassName
{
color: #831202;
}
.AnyTagClassName
{
color: #831202;
}
</style>
background-color css
<style>
a { background-color: #831202; }
a { background-color: rgb(131,18,2); }
div.DivClassName
{
background-color: #831202;
}
.BgClassName
{
background-color: #831202;
}
</style>
border-color css
<style>
span { border-color: #831202; }
span { border-color: rgb(131,18,2); }
td.TdClassName
{
border-color: #831202;
}
.TagClassName
{
border-color: #831202;
}
</style>