Shades of Maroon #831001
Tints of Maroon #831001
RGB
CMYK
RGB Variations
Color information
#831001 (or 0x831001) is known color: Maroon. HEX triplet: 83, 10 and 01. RGB value is (131,16,1). Sum of RGB (Red+Green+Blue) = 131+16+1=148 (19% of max value = 765). Red value is 131 (51.56% from 255 or 88.51% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 131 - color contains mainly: red. Hex color #831001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831001 is #7CEFFE. Grayscale: #303030. Windows color (decimal): -8187903 or 69763. OLE color: 69763.
HSL color Cylindrical-coordinate representation of color #831001: hue angle of 6.92º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #831001 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 16 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.49 |
| HSL | 6.92º | 0.98% | 0.26% | - |
| HSV(B) | 6.92º | 0.99% | 0.51% | - |
| XYZ | 9.55 | 5.2 | 0.53 | - |
| YUV | 48.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 1 | 0 | 0.88 | 0.99 | 0.49 | 6.92 | 0.98 | 0.26 |
| Hex | 83 | 10 | 1 | 0 | 58 | 63 | 31 | 7 | 62 | 1A |
| Octal | 203 | 20 | 1 | 0 | 130 | 143 | 61 | 7 | 142 | 32 |
| Binary | 10000011 | 10000 | 1 | 0 | 1011000 | 1100011 | 110001 | 111 | 1100010 | 11010 |
Color Harmonies of #831001
Complementary color
Monochromatic Colors of #831001
Black with #831001
Text Example
Text Example
White with #831001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831001; }
p { color: rgb(131,16,1); }
H1.HeaderClassName
{
color: #831001;
}
.AnyTagClassName
{
color: #831001;
}
</style>
background-color css
<style>
a { background-color: #831001; }
a { background-color: rgb(131,16,1); }
div.DivClassName
{
background-color: #831001;
}
.BgClassName
{
background-color: #831001;
}
</style>
border-color css
<style>
span { border-color: #831001; }
span { border-color: rgb(131,16,1); }
td.TdClassName
{
border-color: #831001;
}
.TagClassName
{
border-color: #831001;
}
</style>