Shades of Maroon #830E00
Tints of Maroon #830E00
RGB
CMYK
RGB Variations
Color information
#830E00 (or 0x830E00) is known color: Maroon. HEX triplet: 83, 0E and 00. RGB value is (131,14,0). Sum of RGB (Red+Green+Blue) = 131+14+0=145 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.34% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 131 - color contains mainly: red. Hex color #830E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830E00 is #7CF1FF. Grayscale: #2F2F2F. Windows color (decimal): -8188416 or 3715. OLE color: 3715.
HSL color Cylindrical-coordinate representation of color #830E00: hue angle of 6.41º 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 #830E00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 14 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.49 |
| HSL | 6.41º | 1% | 0.26% | - |
| HSV(B) | 6.41º | 1% | 0.51% | - |
| XYZ | 9.52 | 5.14 | 0.49 | - |
| YUV | 47.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 0 | 0 | 0.89 | 1 | 0.49 | 6.41 | 1 | 0.26 |
| Hex | 83 | E | 0 | 0 | 59 | 64 | 31 | 6 | 64 | 1A |
| Octal | 203 | 16 | 0 | 0 | 131 | 144 | 61 | 6 | 144 | 32 |
| Binary | 10000011 | 1110 | 0 | 0 | 1011001 | 1100100 | 110001 | 110 | 1100100 | 11010 |
Color Harmonies of #830E00
Complementary color
Monochromatic Colors of #830E00
Black with #830E00
Text Example
Text Example
White with #830E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830E00; }
p { color: rgb(131,14,0); }
H1.HeaderClassName
{
color: #830E00;
}
.AnyTagClassName
{
color: #830E00;
}
</style>
background-color css
<style>
a { background-color: #830E00; }
a { background-color: rgb(131,14,0); }
div.DivClassName
{
background-color: #830E00;
}
.BgClassName
{
background-color: #830E00;
}
</style>
border-color css
<style>
span { border-color: #830E00; }
span { border-color: rgb(131,14,0); }
td.TdClassName
{
border-color: #830E00;
}
.TagClassName
{
border-color: #830E00;
}
</style>