Shades of Maroon #610801
Tints of Maroon #610801
RGB
CMYK
RGB Variations
Color information
#610801 (or 0x610801) is known color: Maroon. HEX triplet: 61, 08 and 01. RGB value is (97,8,1). Sum of RGB (Red+Green+Blue) = 97+8+1=106 (14% of max value = 765). Red value is 97 (38.28% from 255 or 91.51% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 97 - color contains mainly: red. Hex color #610801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610801 is #9EF7FE. Grayscale: #212121. Windows color (decimal): -10418175 or 67681. OLE color: 67681.
HSL color Cylindrical-coordinate representation of color #610801: hue angle of 4.38º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610801 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 8 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.62 |
| HSL | 4.38º | 0.98% | 0.19% | - |
| HSV(B) | 4.38º | 0.99% | 0.38% | - |
| XYZ | 5.02 | 2.72 | 0.29 | - |
| YUV | 33.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 1 | 0 | 0.92 | 0.99 | 0.62 | 4.38 | 0.98 | 0.19 |
| Hex | 61 | 8 | 1 | 0 | 5C | 63 | 3E | 4 | 62 | 13 |
| Octal | 141 | 10 | 1 | 0 | 134 | 143 | 76 | 4 | 142 | 23 |
| Binary | 1100001 | 1000 | 1 | 0 | 1011100 | 1100011 | 111110 | 100 | 1100010 | 10011 |
Color Harmonies of #610801
Complementary color
Monochromatic Colors of #610801
Black with #610801
Text Example
Text Example
White with #610801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610801; }
p { color: rgb(97,8,1); }
H1.HeaderClassName
{
color: #610801;
}
.AnyTagClassName
{
color: #610801;
}
</style>
background-color css
<style>
a { background-color: #610801; }
a { background-color: rgb(97,8,1); }
div.DivClassName
{
background-color: #610801;
}
.BgClassName
{
background-color: #610801;
}
</style>
border-color css
<style>
span { border-color: #610801; }
span { border-color: rgb(97,8,1); }
td.TdClassName
{
border-color: #610801;
}
.TagClassName
{
border-color: #610801;
}
</style>