Shades of Maroon #830201
Tints of Maroon #830201
RGB
CMYK
RGB Variations
Color information
#830201 (or 0x830201) is known color: Maroon. HEX triplet: 83, 02 and 01. RGB value is (131,2,1). Sum of RGB (Red+Green+Blue) = 131+2+1=134 (17% of max value = 765). Red value is 131 (51.56% from 255 or 97.76% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 131 - color contains mainly: red. Hex color #830201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830201 is #7CFDFE. Grayscale: #282828. Windows color (decimal): -8191487 or 66179. OLE color: 66179.
HSL color Cylindrical-coordinate representation of color #830201: hue angle of 0.46º 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 #830201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.49 |
| HSL | 0.46º | 0.98% | 0.26% | - |
| HSV(B) | 0.46º | 0.99% | 0.51% | - |
| XYZ | 9.39 | 4.87 | 0.47 | - |
| YUV | 40.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 1 | 0 | 0.98 | 0.99 | 0.49 | 0.46 | 0.98 | 0.26 |
| Hex | 83 | 2 | 1 | 0 | 62 | 63 | 31 | 0 | 62 | 1A |
| Octal | 203 | 2 | 1 | 0 | 142 | 143 | 61 | 0 | 142 | 32 |
| Binary | 10000011 | 10 | 1 | 0 | 1100010 | 1100011 | 110001 | 0 | 1100010 | 11010 |
Color Harmonies of #830201
Complementary color
Monochromatic Colors of #830201
Black with #830201
Text Example
Text Example
White with #830201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830201; }
p { color: rgb(131,2,1); }
H1.HeaderClassName
{
color: #830201;
}
.AnyTagClassName
{
color: #830201;
}
</style>
background-color css
<style>
a { background-color: #830201; }
a { background-color: rgb(131,2,1); }
div.DivClassName
{
background-color: #830201;
}
.BgClassName
{
background-color: #830201;
}
</style>
border-color css
<style>
span { border-color: #830201; }
span { border-color: rgb(131,2,1); }
td.TdClassName
{
border-color: #830201;
}
.TagClassName
{
border-color: #830201;
}
</style>