Shades of Maroon #830802
Tints of Maroon #830802
RGB
CMYK
RGB Variations
Color information
#830802 (or 0x830802) is known color: Maroon. HEX triplet: 83, 08 and 02. RGB value is (131,8,2). Sum of RGB (Red+Green+Blue) = 131+8+2=141 (18% of max value = 765). Red value is 131 (51.56% from 255 or 92.91% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 131 - color contains mainly: red. Hex color #830802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830802 is #7CF7FD. Grayscale: #2C2C2C. Windows color (decimal): -8189950 or 133251. OLE color: 133251.
HSL color Cylindrical-coordinate representation of color #830802: hue angle of 2.79º 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 #830802 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 2 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.49 |
| HSL | 2.79º | 0.97% | 0.26% | - |
| HSV(B) | 2.79º | 0.98% | 0.51% | - |
| XYZ | 9.46 | 5 | 0.52 | - |
| YUV | 44.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 2 | 0 | 0.94 | 0.98 | 0.49 | 2.79 | 0.97 | 0.26 |
| Hex | 83 | 8 | 2 | 0 | 5E | 62 | 31 | 3 | 61 | 1A |
| Octal | 203 | 10 | 2 | 0 | 136 | 142 | 61 | 3 | 141 | 32 |
| Binary | 10000011 | 1000 | 10 | 0 | 1011110 | 1100010 | 110001 | 11 | 1100001 | 11010 |
Color Harmonies of #830802
Complementary color
Monochromatic Colors of #830802
Black with #830802
Text Example
Text Example
White with #830802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830802; }
p { color: rgb(131,8,2); }
H1.HeaderClassName
{
color: #830802;
}
.AnyTagClassName
{
color: #830802;
}
</style>
background-color css
<style>
a { background-color: #830802; }
a { background-color: rgb(131,8,2); }
div.DivClassName
{
background-color: #830802;
}
.BgClassName
{
background-color: #830802;
}
</style>
border-color css
<style>
span { border-color: #830802; }
span { border-color: rgb(131,8,2); }
td.TdClassName
{
border-color: #830802;
}
.TagClassName
{
border-color: #830802;
}
</style>