Shades of Maroon #830200
Tints of Maroon #830200
RGB
CMYK
RGB Variations
Color information
#830200 (or 0x830200) is known color: Maroon. HEX triplet: 83, 02 and 00. RGB value is (131,2,0). Sum of RGB (Red+Green+Blue) = 131+2+0=133 (17% of max value = 765). Red value is 131 (51.56% from 255 or 98.50% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 131 - color contains mainly: red. Hex color #830200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830200 is #7CFDFF. Grayscale: #282828. Windows color (decimal): -8191488 or 643. OLE color: 643.
HSL color Cylindrical-coordinate representation of color #830200: hue angle of 0.92º 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 #830200 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.49 |
| HSL | 0.92º | 1% | 0.26% | - |
| HSV(B) | 0.92º | 1% | 0.51% | - |
| XYZ | 9.38 | 4.87 | 0.45 | - |
| YUV | 40.34 | 105.24 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 0 | 0 | 0.98 | 1 | 0.49 | 0.92 | 1 | 0.26 |
| Hex | 83 | 2 | 0 | 0 | 62 | 64 | 31 | 1 | 64 | 1A |
| Octal | 203 | 2 | 0 | 0 | 142 | 144 | 61 | 1 | 144 | 32 |
| Binary | 10000011 | 10 | 0 | 0 | 1100010 | 1100100 | 110001 | 1 | 1100100 | 11010 |
Color Harmonies of #830200
Complementary color
Monochromatic Colors of #830200
Black with #830200
Text Example
Text Example
White with #830200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830200; }
p { color: rgb(131,2,0); }
H1.HeaderClassName
{
color: #830200;
}
.AnyTagClassName
{
color: #830200;
}
</style>
background-color css
<style>
a { background-color: #830200; }
a { background-color: rgb(131,2,0); }
div.DivClassName
{
background-color: #830200;
}
.BgClassName
{
background-color: #830200;
}
</style>
border-color css
<style>
span { border-color: #830200; }
span { border-color: rgb(131,2,0); }
td.TdClassName
{
border-color: #830200;
}
.TagClassName
{
border-color: #830200;
}
</style>