Shades of Maroon #610903
Tints of Maroon #610903
RGB
CMYK
RGB Variations
Color information
#610903 (or 0x610903) is known color: Maroon. HEX triplet: 61, 09 and 03. RGB value is (97,9,3). Sum of RGB (Red+Green+Blue) = 97+9+3=109 (14% of max value = 765). Red value is 97 (38.28% from 255 or 88.99% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 97 - color contains mainly: red. Hex color #610903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610903 is #9EF6FC. Grayscale: #222222. Windows color (decimal): -10417917 or 199009. OLE color: 199009.
HSL color Cylindrical-coordinate representation of color #610903: hue angle of 3.83º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610903 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 9 | 3 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.62 |
| HSL | 3.83º | 0.94% | 0.2% | - |
| HSV(B) | 3.83º | 0.97% | 0.38% | - |
| XYZ | 5.04 | 2.74 | 0.35 | - |
| YUV | 34.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 9 | 3 | 0 | 0.91 | 0.97 | 0.62 | 3.83 | 0.94 | 0.2 |
| Hex | 61 | 9 | 3 | 0 | 5B | 61 | 3E | 4 | 5E | 14 |
| Octal | 141 | 11 | 3 | 0 | 133 | 141 | 76 | 4 | 136 | 24 |
| Binary | 1100001 | 1001 | 11 | 0 | 1011011 | 1100001 | 111110 | 100 | 1011110 | 10100 |
Color Harmonies of #610903
Complementary color
Monochromatic Colors of #610903
Black with #610903
Text Example
Text Example
White with #610903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610903; }
p { color: rgb(97,9,3); }
H1.HeaderClassName
{
color: #610903;
}
.AnyTagClassName
{
color: #610903;
}
</style>
background-color css
<style>
a { background-color: #610903; }
a { background-color: rgb(97,9,3); }
div.DivClassName
{
background-color: #610903;
}
.BgClassName
{
background-color: #610903;
}
</style>
border-color css
<style>
span { border-color: #610903; }
span { border-color: rgb(97,9,3); }
td.TdClassName
{
border-color: #610903;
}
.TagClassName
{
border-color: #610903;
}
</style>