Shades of Maroon #830202
Tints of Maroon #830202
RGB
CMYK
RGB Variations
Color information
#830202 (or 0x830202) is known color: Maroon. HEX triplet: 83, 02 and 02. RGB value is (131,2,2). Sum of RGB (Red+Green+Blue) = 131+2+2=135 (17% of max value = 765). Red value is 131 (51.56% from 255 or 97.04% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 131 - color contains mainly: red. Hex color #830202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830202 is #7CFDFD. Grayscale: #282828. Windows color (decimal): -8191486 or 131715. OLE color: 131715.
HSL color Cylindrical-coordinate representation of color #830202: hue angle of 0º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #830202 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 2 | 2 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.49 |
| HSL | 0º | 0.97% | 0.26% | - |
| HSV(B) | 0º | 0.98% | 0.51% | - |
| XYZ | 9.39 | 4.87 | 0.5 | - |
| YUV | 40.57 | 106.24 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 2 | 0 | 0.98 | 0.98 | 0.49 | 0 | 0.97 | 0.26 |
| Hex | 83 | 2 | 2 | 0 | 62 | 62 | 31 | 0 | 61 | 1A |
| Octal | 203 | 2 | 2 | 0 | 142 | 142 | 61 | 0 | 141 | 32 |
| Binary | 10000011 | 10 | 10 | 0 | 1100010 | 1100010 | 110001 | 0 | 1100001 | 11010 |
Color Harmonies of #830202
Complementary color
Monochromatic Colors of #830202
Black with #830202
Text Example
Text Example
White with #830202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830202; }
p { color: rgb(131,2,2); }
H1.HeaderClassName
{
color: #830202;
}
.AnyTagClassName
{
color: #830202;
}
</style>
background-color css
<style>
a { background-color: #830202; }
a { background-color: rgb(131,2,2); }
div.DivClassName
{
background-color: #830202;
}
.BgClassName
{
background-color: #830202;
}
</style>
border-color css
<style>
span { border-color: #830202; }
span { border-color: rgb(131,2,2); }
td.TdClassName
{
border-color: #830202;
}
.TagClassName
{
border-color: #830202;
}
</style>