Shades of Maroon #831103
Tints of Maroon #831103
RGB
CMYK
RGB Variations
Color information
#831103 (or 0x831103) is known color: Maroon. HEX triplet: 83, 11 and 03. RGB value is (131,17,3). Sum of RGB (Red+Green+Blue) = 131+17+3=151 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.75% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 131 - color contains mainly: red. Hex color #831103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831103 is #7CEEFC. Grayscale: #313131. Windows color (decimal): -8187645 or 201091. OLE color: 201091.
HSL color Cylindrical-coordinate representation of color #831103: hue angle of 6.56º degrees, saturation: 0.96, 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 #831103 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 3 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.49 |
| HSL | 6.56º | 0.96% | 0.26% | - |
| HSV(B) | 6.56º | 0.98% | 0.51% | - |
| XYZ | 9.58 | 5.23 | 0.59 | - |
| YUV | 49.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 3 | 0 | 0.87 | 0.98 | 0.49 | 6.56 | 0.96 | 0.26 |
| Hex | 83 | 11 | 3 | 0 | 57 | 62 | 31 | 7 | 60 | 1A |
| Octal | 203 | 21 | 3 | 0 | 127 | 142 | 61 | 7 | 140 | 32 |
| Binary | 10000011 | 10001 | 11 | 0 | 1010111 | 1100010 | 110001 | 111 | 1100000 | 11010 |
Color Harmonies of #831103
Complementary color
Monochromatic Colors of #831103
Black with #831103
Text Example
Text Example
White with #831103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831103; }
p { color: rgb(131,17,3); }
H1.HeaderClassName
{
color: #831103;
}
.AnyTagClassName
{
color: #831103;
}
</style>
background-color css
<style>
a { background-color: #831103; }
a { background-color: rgb(131,17,3); }
div.DivClassName
{
background-color: #831103;
}
.BgClassName
{
background-color: #831103;
}
</style>
border-color css
<style>
span { border-color: #831103; }
span { border-color: rgb(131,17,3); }
td.TdClassName
{
border-color: #831103;
}
.TagClassName
{
border-color: #831103;
}
</style>