Shades of Maroon #831800
Tints of Maroon #831800
RGB
CMYK
RGB Variations
Color information
#831800 (or 0x831800) is known color: Maroon. HEX triplet: 83, 18 and 00. RGB value is (131,24,0). Sum of RGB (Red+Green+Blue) = 131+24+0=155 (20% of max value = 765). Red value is 131 (51.56% from 255 or 84.52% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 131 - color contains mainly: red. Hex color #831800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831800 is #7CE7FF. Grayscale: #353535. Windows color (decimal): -8185856 or 6275. OLE color: 6275.
HSL color Cylindrical-coordinate representation of color #831800: hue angle of 10.99º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #831800 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 24 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.49 |
| HSL | 10.99º | 1% | 0.26% | - |
| HSV(B) | 10.99º | 1% | 0.51% | - |
| XYZ | 9.69 | 5.48 | 0.55 | - |
| YUV | 53.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 0 | 0 | 0.82 | 1 | 0.49 | 10.99 | 1 | 0.26 |
| Hex | 83 | 18 | 0 | 0 | 52 | 64 | 31 | B | 64 | 1A |
| Octal | 203 | 30 | 0 | 0 | 122 | 144 | 61 | 13 | 144 | 32 |
| Binary | 10000011 | 11000 | 0 | 0 | 1010010 | 1100100 | 110001 | 1011 | 1100100 | 11010 |
Color Harmonies of #831800
Complementary color
Monochromatic Colors of #831800
Black with #831800
Text Example
Text Example
White with #831800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831800; }
p { color: rgb(131,24,0); }
H1.HeaderClassName
{
color: #831800;
}
.AnyTagClassName
{
color: #831800;
}
</style>
background-color css
<style>
a { background-color: #831800; }
a { background-color: rgb(131,24,0); }
div.DivClassName
{
background-color: #831800;
}
.BgClassName
{
background-color: #831800;
}
</style>
border-color css
<style>
span { border-color: #831800; }
span { border-color: rgb(131,24,0); }
td.TdClassName
{
border-color: #831800;
}
.TagClassName
{
border-color: #831800;
}
</style>