Shades of Maroon #830A00
Tints of Maroon #830A00
RGB
CMYK
RGB Variations
Color information
#830A00 (or 0x830A00) is known color: Maroon. HEX triplet: 83, 0A and 00. RGB value is (131,10,0). Sum of RGB (Red+Green+Blue) = 131+10+0=141 (18% of max value = 765). Red value is 131 (51.56% from 255 or 92.91% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 131 - color contains mainly: red. Hex color #830A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830A00 is #7CF5FF. Grayscale: #2D2D2D. Windows color (decimal): -8189440 or 2691. OLE color: 2691.
HSL color Cylindrical-coordinate representation of color #830A00: hue angle of 4.58º 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 #830A00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 10 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.49 |
| HSL | 4.58º | 1% | 0.26% | - |
| HSV(B) | 4.58º | 1% | 0.51% | - |
| XYZ | 9.47 | 5.04 | 0.47 | - |
| YUV | 45.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 10 | 0 | 0 | 0.92 | 1 | 0.49 | 4.58 | 1 | 0.26 |
| Hex | 83 | A | 0 | 0 | 5C | 64 | 31 | 5 | 64 | 1A |
| Octal | 203 | 12 | 0 | 0 | 134 | 144 | 61 | 5 | 144 | 32 |
| Binary | 10000011 | 1010 | 0 | 0 | 1011100 | 1100100 | 110001 | 101 | 1100100 | 11010 |
Color Harmonies of #830A00
Complementary color
Monochromatic Colors of #830A00
Black with #830A00
Text Example
Text Example
White with #830A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830A00; }
p { color: rgb(131,10,0); }
H1.HeaderClassName
{
color: #830A00;
}
.AnyTagClassName
{
color: #830A00;
}
</style>
background-color css
<style>
a { background-color: #830A00; }
a { background-color: rgb(131,10,0); }
div.DivClassName
{
background-color: #830A00;
}
.BgClassName
{
background-color: #830A00;
}
</style>
border-color css
<style>
span { border-color: #830A00; }
span { border-color: rgb(131,10,0); }
td.TdClassName
{
border-color: #830A00;
}
.TagClassName
{
border-color: #830A00;
}
</style>