Shades of Maroon #610402
Tints of Maroon #610402
RGB
CMYK
RGB Variations
Color information
#610402 (or 0x610402) is known color: Maroon. HEX triplet: 61, 04 and 02. RGB value is (97,4,2). Sum of RGB (Red+Green+Blue) = 97+4+2=103 (13% of max value = 765). Red value is 97 (38.28% from 255 or 94.17% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 97 - color contains mainly: red. Hex color #610402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610402 is #9EFBFD. Grayscale: #1F1F1F. Windows color (decimal): -10419198 or 132193. OLE color: 132193.
HSL color Cylindrical-coordinate representation of color #610402: hue angle of 1.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610402 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 4 | 2 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.62 |
| HSL | 1.26º | 0.96% | 0.19% | - |
| HSV(B) | 1.26º | 0.98% | 0.38% | - |
| XYZ | 4.98 | 2.63 | 0.3 | - |
| YUV | 31.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 4 | 2 | 0 | 0.96 | 0.98 | 0.62 | 1.26 | 0.96 | 0.19 |
| Hex | 61 | 4 | 2 | 0 | 60 | 62 | 3E | 1 | 60 | 13 |
| Octal | 141 | 4 | 2 | 0 | 140 | 142 | 76 | 1 | 140 | 23 |
| Binary | 1100001 | 100 | 10 | 0 | 1100000 | 1100010 | 111110 | 1 | 1100000 | 10011 |
Color Harmonies of #610402
Complementary color
Monochromatic Colors of #610402
Black with #610402
Text Example
Text Example
White with #610402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610402; }
p { color: rgb(97,4,2); }
H1.HeaderClassName
{
color: #610402;
}
.AnyTagClassName
{
color: #610402;
}
</style>
background-color css
<style>
a { background-color: #610402; }
a { background-color: rgb(97,4,2); }
div.DivClassName
{
background-color: #610402;
}
.BgClassName
{
background-color: #610402;
}
</style>
border-color css
<style>
span { border-color: #610402; }
span { border-color: rgb(97,4,2); }
td.TdClassName
{
border-color: #610402;
}
.TagClassName
{
border-color: #610402;
}
</style>