Shades of Maroon #830E07
Tints of Maroon #830E07
RGB
CMYK
RGB Variations
Color information
#830E07 (or 0x830E07) is known color: Maroon. HEX triplet: 83, 0E and 07. RGB value is (131,14,7). Sum of RGB (Red+Green+Blue) = 131+14+7=152 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.18% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 131 - color contains mainly: red. Hex color #830E07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830E07 is #7CF1F8. Grayscale: #303030. Windows color (decimal): -8188409 or 462467. OLE color: 462467.
HSL color Cylindrical-coordinate representation of color #830E07: hue angle of 3.39º degrees, saturation: 0.9, 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 #830E07 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 14 | 7 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.49 |
| HSL | 3.39º | 0.9% | 0.27% | - |
| HSV(B) | 3.39º | 0.95% | 0.51% | - |
| XYZ | 9.56 | 5.15 | 0.69 | - |
| YUV | 48.19 | 104.76 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 14 | 7 | 0 | 0.89 | 0.95 | 0.49 | 3.39 | 0.9 | 0.27 |
| Hex | 83 | E | 7 | 0 | 59 | 5F | 31 | 3 | 5A | 1B |
| Octal | 203 | 16 | 7 | 0 | 131 | 137 | 61 | 3 | 132 | 33 |
| Binary | 10000011 | 1110 | 111 | 0 | 1011001 | 1011111 | 110001 | 11 | 1011010 | 11011 |
Color Harmonies of #830E07
Complementary color
Monochromatic Colors of #830E07
Black with #830E07
Text Example
Text Example
White with #830E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830E07; }
p { color: rgb(131,14,7); }
H1.HeaderClassName
{
color: #830E07;
}
.AnyTagClassName
{
color: #830E07;
}
</style>
background-color css
<style>
a { background-color: #830E07; }
a { background-color: rgb(131,14,7); }
div.DivClassName
{
background-color: #830E07;
}
.BgClassName
{
background-color: #830E07;
}
</style>
border-color css
<style>
span { border-color: #830E07; }
span { border-color: rgb(131,14,7); }
td.TdClassName
{
border-color: #830E07;
}
.TagClassName
{
border-color: #830E07;
}
</style>