Shades of Maroon #831104
Tints of Maroon #831104
RGB
CMYK
RGB Variations
Color information
#831104 (or 0x831104) is known color: Maroon. HEX triplet: 83, 11 and 04. RGB value is (131,17,4). Sum of RGB (Red+Green+Blue) = 131+17+4=152 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.18% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 131 - color contains mainly: red. Hex color #831104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831104 is #7CEEFB. Grayscale: #313131. Windows color (decimal): -8187644 or 266627. OLE color: 266627.
HSL color Cylindrical-coordinate representation of color #831104: hue angle of 6.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #831104 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 17 | 4 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.49 |
| HSL | 6.14º | 0.94% | 0.26% | - |
| HSV(B) | 6.14º | 0.97% | 0.51% | - |
| XYZ | 9.58 | 5.23 | 0.62 | - |
| YUV | 49.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 4 | 0 | 0.87 | 0.97 | 0.49 | 6.14 | 0.94 | 0.26 |
| Hex | 83 | 11 | 4 | 0 | 57 | 61 | 31 | 6 | 5E | 1A |
| Octal | 203 | 21 | 4 | 0 | 127 | 141 | 61 | 6 | 136 | 32 |
| Binary | 10000011 | 10001 | 100 | 0 | 1010111 | 1100001 | 110001 | 110 | 1011110 | 11010 |
Color Harmonies of #831104
Complementary color
Monochromatic Colors of #831104
Black with #831104
Text Example
Text Example
White with #831104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831104; }
p { color: rgb(131,17,4); }
H1.HeaderClassName
{
color: #831104;
}
.AnyTagClassName
{
color: #831104;
}
</style>
background-color css
<style>
a { background-color: #831104; }
a { background-color: rgb(131,17,4); }
div.DivClassName
{
background-color: #831104;
}
.BgClassName
{
background-color: #831104;
}
</style>
border-color css
<style>
span { border-color: #831104; }
span { border-color: rgb(131,17,4); }
td.TdClassName
{
border-color: #831104;
}
.TagClassName
{
border-color: #831104;
}
</style>