Shades of Maroon #830505
Tints of Maroon #830505
RGB
CMYK
RGB Variations
Color information
#830505 (or 0x830505) is known color: Maroon. HEX triplet: 83, 05 and 05. RGB value is (131,5,5). Sum of RGB (Red+Green+Blue) = 131+5+5=141 (18% of max value = 765). Red value is 131 (51.56% from 255 or 92.91% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 131 - color contains mainly: red. Hex color #830505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830505 is #7CFAFA. Grayscale: #2A2A2A. Windows color (decimal): -8190715 or 329091. OLE color: 329091.
HSL color Cylindrical-coordinate representation of color #830505: hue angle of 0º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830505 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 5 | 5 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.49 |
| HSL | 0º | 0.93% | 0.27% | - |
| HSV(B) | 0º | 0.96% | 0.51% | - |
| XYZ | 9.44 | 4.94 | 0.6 | - |
| YUV | 42.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 5 | 0 | 0.96 | 0.96 | 0.49 | 0 | 0.93 | 0.27 |
| Hex | 83 | 5 | 5 | 0 | 60 | 60 | 31 | 0 | 5D | 1B |
| Octal | 203 | 5 | 5 | 0 | 140 | 140 | 61 | 0 | 135 | 33 |
| Binary | 10000011 | 101 | 101 | 0 | 1100000 | 1100000 | 110001 | 0 | 1011101 | 11011 |
Color Harmonies of #830505
Complementary color
Monochromatic Colors of #830505
Black with #830505
Text Example
Text Example
White with #830505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830505; }
p { color: rgb(131,5,5); }
H1.HeaderClassName
{
color: #830505;
}
.AnyTagClassName
{
color: #830505;
}
</style>
background-color css
<style>
a { background-color: #830505; }
a { background-color: rgb(131,5,5); }
div.DivClassName
{
background-color: #830505;
}
.BgClassName
{
background-color: #830505;
}
</style>
border-color css
<style>
span { border-color: #830505; }
span { border-color: rgb(131,5,5); }
td.TdClassName
{
border-color: #830505;
}
.TagClassName
{
border-color: #830505;
}
</style>