Shades of Maroon #610500
Tints of Maroon #610500
RGB
CMYK
RGB Variations
Color information
#610500 (or 0x610500) is known color: Maroon. HEX triplet: 61, 05 and 00. RGB value is (97,5,0). Sum of RGB (Red+Green+Blue) = 97+5+0=102 (13% of max value = 765). Red value is 97 (38.28% from 255 or 95.10% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 97 - color contains mainly: red. Hex color #610500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610500 is #9EFAFF. Grayscale: #202020. Windows color (decimal): -10418944 or 1377. OLE color: 1377.
HSL color Cylindrical-coordinate representation of color #610500: hue angle of 3.09º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610500 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 5 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.62 |
| HSL | 3.09º | 1% | 0.19% | - |
| HSV(B) | 3.09º | 1% | 0.38% | - |
| XYZ | 4.98 | 2.65 | 0.25 | - |
| YUV | 31.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 0 | 0 | 0.95 | 1 | 0.62 | 3.09 | 1 | 0.19 |
| Hex | 61 | 5 | 0 | 0 | 5F | 64 | 3E | 3 | 64 | 13 |
| Octal | 141 | 5 | 0 | 0 | 137 | 144 | 76 | 3 | 144 | 23 |
| Binary | 1100001 | 101 | 0 | 0 | 1011111 | 1100100 | 111110 | 11 | 1100100 | 10011 |
Color Harmonies of #610500
Complementary color
Monochromatic Colors of #610500
Black with #610500
Text Example
Text Example
White with #610500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610500; }
p { color: rgb(97,5,0); }
H1.HeaderClassName
{
color: #610500;
}
.AnyTagClassName
{
color: #610500;
}
</style>
background-color css
<style>
a { background-color: #610500; }
a { background-color: rgb(97,5,0); }
div.DivClassName
{
background-color: #610500;
}
.BgClassName
{
background-color: #610500;
}
</style>
border-color css
<style>
span { border-color: #610500; }
span { border-color: rgb(97,5,0); }
td.TdClassName
{
border-color: #610500;
}
.TagClassName
{
border-color: #610500;
}
</style>