Shades of Maroon #830904
Tints of Maroon #830904
RGB
CMYK
RGB Variations
Color information
#830904 (or 0x830904) is known color: Maroon. HEX triplet: 83, 09 and 04. RGB value is (131,9,4). Sum of RGB (Red+Green+Blue) = 131+9+4=144 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.97% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 131 - color contains mainly: red. Hex color #830904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830904 is #7CF6FB. Grayscale: #2D2D2D. Windows color (decimal): -8189692 or 264579. OLE color: 264579.
HSL color Cylindrical-coordinate representation of color #830904: hue angle of 2.36º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830904 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 9 | 4 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.49 |
| HSL | 2.36º | 0.94% | 0.26% | - |
| HSV(B) | 2.36º | 0.97% | 0.51% | - |
| XYZ | 9.48 | 5.03 | 0.59 | - |
| YUV | 44.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 4 | 0 | 0.93 | 0.97 | 0.49 | 2.36 | 0.94 | 0.26 |
| Hex | 83 | 9 | 4 | 0 | 5D | 61 | 31 | 2 | 5E | 1A |
| Octal | 203 | 11 | 4 | 0 | 135 | 141 | 61 | 2 | 136 | 32 |
| Binary | 10000011 | 1001 | 100 | 0 | 1011101 | 1100001 | 110001 | 10 | 1011110 | 11010 |
Color Harmonies of #830904
Complementary color
Monochromatic Colors of #830904
Black with #830904
Text Example
Text Example
White with #830904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830904; }
p { color: rgb(131,9,4); }
H1.HeaderClassName
{
color: #830904;
}
.AnyTagClassName
{
color: #830904;
}
</style>
background-color css
<style>
a { background-color: #830904; }
a { background-color: rgb(131,9,4); }
div.DivClassName
{
background-color: #830904;
}
.BgClassName
{
background-color: #830904;
}
</style>
border-color css
<style>
span { border-color: #830904; }
span { border-color: rgb(131,9,4); }
td.TdClassName
{
border-color: #830904;
}
.TagClassName
{
border-color: #830904;
}
</style>