Shades of Maroon #830D07
Tints of Maroon #830D07
RGB
CMYK
RGB Variations
Color information
#830D07 (or 0x830D07) is known color: Maroon. HEX triplet: 83, 0D and 07. RGB value is (131,13,7). Sum of RGB (Red+Green+Blue) = 131+13+7=151 (20% of max value = 765). Red value is 131 (51.56% from 255 or 86.75% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 131 - color contains mainly: red. Hex color #830D07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830D07 is #7CF2F8. Grayscale: #2F2F2F. Windows color (decimal): -8188665 or 462211. OLE color: 462211.
HSL color Cylindrical-coordinate representation of color #830D07: hue angle of 2.9º 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 #830D07 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 13 | 7 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.49 |
| HSL | 2.9º | 0.9% | 0.27% | - |
| HSV(B) | 2.9º | 0.95% | 0.51% | - |
| XYZ | 9.54 | 5.13 | 0.69 | - |
| YUV | 47.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 13 | 7 | 0 | 0.90 | 0.95 | 0.49 | 2.9 | 0.9 | 0.27 |
| Hex | 83 | D | 7 | 0 | 5A | 5F | 31 | 3 | 5A | 1B |
| Octal | 203 | 15 | 7 | 0 | 132 | 137 | 61 | 3 | 132 | 33 |
| Binary | 10000011 | 1101 | 111 | 0 | 1011010 | 1011111 | 110001 | 11 | 1011010 | 11011 |
Color Harmonies of #830D07
Complementary color
Monochromatic Colors of #830D07
Black with #830D07
Text Example
Text Example
White with #830D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830D07; }
p { color: rgb(131,13,7); }
H1.HeaderClassName
{
color: #830D07;
}
.AnyTagClassName
{
color: #830D07;
}
</style>
background-color css
<style>
a { background-color: #830D07; }
a { background-color: rgb(131,13,7); }
div.DivClassName
{
background-color: #830D07;
}
.BgClassName
{
background-color: #830D07;
}
</style>
border-color css
<style>
span { border-color: #830D07; }
span { border-color: rgb(131,13,7); }
td.TdClassName
{
border-color: #830D07;
}
.TagClassName
{
border-color: #830D07;
}
</style>