Shades of Maroon #830A07
Tints of Maroon #830A07
RGB
CMYK
RGB Variations
Color information
#830A07 (or 0x830A07) is known color: Maroon. HEX triplet: 83, 0A and 07. RGB value is (131,10,7). Sum of RGB (Red+Green+Blue) = 131+10+7=148 (19% of max value = 765). Red value is 131 (51.56% from 255 or 88.51% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 131 - color contains mainly: red. Hex color #830A07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830A07 is #7CF5F8. Grayscale: #2D2D2D. Windows color (decimal): -8189433 or 461443. OLE color: 461443.
HSL color Cylindrical-coordinate representation of color #830A07: hue angle of 1.45º 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 #830A07 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 10 | 7 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.49 |
| HSL | 1.45º | 0.9% | 0.27% | - |
| HSV(B) | 1.45º | 0.95% | 0.51% | - |
| XYZ | 9.51 | 5.06 | 0.68 | - |
| YUV | 45.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 7 | 0 | 0.92 | 0.95 | 0.49 | 1.45 | 0.9 | 0.27 |
| Hex | 83 | A | 7 | 0 | 5C | 5F | 31 | 1 | 5A | 1B |
| Octal | 203 | 12 | 7 | 0 | 134 | 137 | 61 | 1 | 132 | 33 |
| Binary | 10000011 | 1010 | 111 | 0 | 1011100 | 1011111 | 110001 | 1 | 1011010 | 11011 |
Color Harmonies of #830A07
Complementary color
Monochromatic Colors of #830A07
Black with #830A07
Text Example
Text Example
White with #830A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830A07; }
p { color: rgb(131,10,7); }
H1.HeaderClassName
{
color: #830A07;
}
.AnyTagClassName
{
color: #830A07;
}
</style>
background-color css
<style>
a { background-color: #830A07; }
a { background-color: rgb(131,10,7); }
div.DivClassName
{
background-color: #830A07;
}
.BgClassName
{
background-color: #830A07;
}
</style>
border-color css
<style>
span { border-color: #830A07; }
span { border-color: rgb(131,10,7); }
td.TdClassName
{
border-color: #830A07;
}
.TagClassName
{
border-color: #830A07;
}
</style>