Shades of Maroon #610905
Tints of Maroon #610905
RGB
CMYK
RGB Variations
Color information
#610905 (or 0x610905) is known color: Maroon. HEX triplet: 61, 09 and 05. RGB value is (97,9,5). Sum of RGB (Red+Green+Blue) = 97+9+5=111 (14% of max value = 765). Red value is 97 (38.28% from 255 or 87.39% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 97 - color contains mainly: red. Hex color #610905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610905 is #9EF6FA. Grayscale: #222222. Windows color (decimal): -10417915 or 330081. OLE color: 330081.
HSL color Cylindrical-coordinate representation of color #610905: hue angle of 2.61º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610905 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 9 | 5 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.62 |
| HSL | 2.61º | 0.9% | 0.2% | - |
| HSV(B) | 2.61º | 0.95% | 0.38% | - |
| XYZ | 5.05 | 2.75 | 0.41 | - |
| YUV | 34.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 5 | 0 | 0.91 | 0.95 | 0.62 | 2.61 | 0.9 | 0.2 |
| Hex | 61 | 9 | 5 | 0 | 5B | 5F | 3E | 3 | 5A | 14 |
| Octal | 141 | 11 | 5 | 0 | 133 | 137 | 76 | 3 | 132 | 24 |
| Binary | 1100001 | 1001 | 101 | 0 | 1011011 | 1011111 | 111110 | 11 | 1011010 | 10100 |
Color Harmonies of #610905
Complementary color
Monochromatic Colors of #610905
Black with #610905
Text Example
Text Example
White with #610905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610905; }
p { color: rgb(97,9,5); }
H1.HeaderClassName
{
color: #610905;
}
.AnyTagClassName
{
color: #610905;
}
</style>
background-color css
<style>
a { background-color: #610905; }
a { background-color: rgb(97,9,5); }
div.DivClassName
{
background-color: #610905;
}
.BgClassName
{
background-color: #610905;
}
</style>
border-color css
<style>
span { border-color: #610905; }
span { border-color: rgb(97,9,5); }
td.TdClassName
{
border-color: #610905;
}
.TagClassName
{
border-color: #610905;
}
</style>