Shades of Maroon #830806
Tints of Maroon #830806
RGB
CMYK
RGB Variations
Color information
#830806 (or 0x830806) is known color: Maroon. HEX triplet: 83, 08 and 06. RGB value is (131,8,6). Sum of RGB (Red+Green+Blue) = 131+8+6=145 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.34% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 131 - color contains mainly: red. Hex color #830806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830806 is #7CF7F9. Grayscale: #2C2C2C. Windows color (decimal): -8189946 or 395395. OLE color: 395395.
HSL color Cylindrical-coordinate representation of color #830806: hue angle of 0.96º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830806 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 8 | 6 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.49 |
| HSL | 0.96º | 0.91% | 0.27% | - |
| HSV(B) | 0.96º | 0.95% | 0.51% | - |
| XYZ | 9.48 | 5.01 | 0.64 | - |
| YUV | 44.55 | 106.25 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 6 | 0 | 0.94 | 0.95 | 0.49 | 0.96 | 0.91 | 0.27 |
| Hex | 83 | 8 | 6 | 0 | 5E | 5F | 31 | 1 | 5B | 1B |
| Octal | 203 | 10 | 6 | 0 | 136 | 137 | 61 | 1 | 133 | 33 |
| Binary | 10000011 | 1000 | 110 | 0 | 1011110 | 1011111 | 110001 | 1 | 1011011 | 11011 |
Color Harmonies of #830806
Complementary color
Monochromatic Colors of #830806
Black with #830806
Text Example
Text Example
White with #830806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830806; }
p { color: rgb(131,8,6); }
H1.HeaderClassName
{
color: #830806;
}
.AnyTagClassName
{
color: #830806;
}
</style>
background-color css
<style>
a { background-color: #830806; }
a { background-color: rgb(131,8,6); }
div.DivClassName
{
background-color: #830806;
}
.BgClassName
{
background-color: #830806;
}
</style>
border-color css
<style>
span { border-color: #830806; }
span { border-color: rgb(131,8,6); }
td.TdClassName
{
border-color: #830806;
}
.TagClassName
{
border-color: #830806;
}
</style>