Shades of Maroon #6E0701
Tints of Maroon #6E0701
RGB
CMYK
RGB Variations
Color information
#6E0701 (or 0x6E0701) is known color: Maroon. HEX triplet: 6E, 07 and 01. RGB value is (110,7,1). Sum of RGB (Red+Green+Blue) = 110+7+1=118 (15% of max value = 765). Red value is 110 (43.36% from 255 or 93.22% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0701 is #91F8FE. Grayscale: #252525. Windows color (decimal): -9566463 or 67438. OLE color: 67438.
HSL color Cylindrical-coordinate representation of color #6E0701: hue angle of 3.3º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0701 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 7 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.57 |
| HSL | 3.3º | 0.98% | 0.22% | - |
| HSV(B) | 3.3º | 0.99% | 0.43% | - |
| XYZ | 6.51 | 3.47 | 0.36 | - |
| YUV | 37.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 7 | 1 | 0 | 0.94 | 0.99 | 0.57 | 3.3 | 0.98 | 0.22 |
| Hex | 6E | 7 | 1 | 0 | 5E | 63 | 39 | 3 | 62 | 16 |
| Octal | 156 | 7 | 1 | 0 | 136 | 143 | 71 | 3 | 142 | 26 |
| Binary | 1101110 | 111 | 1 | 0 | 1011110 | 1100011 | 111001 | 11 | 1100010 | 10110 |
Color Harmonies of #6E0701
Complementary color
Monochromatic Colors of #6E0701
Black with #6E0701
Text Example
Text Example
White with #6E0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0701; }
p { color: rgb(110,7,1); }
H1.HeaderClassName
{
color: #6E0701;
}
.AnyTagClassName
{
color: #6E0701;
}
</style>
background-color css
<style>
a { background-color: #6E0701; }
a { background-color: rgb(110,7,1); }
div.DivClassName
{
background-color: #6E0701;
}
.BgClassName
{
background-color: #6E0701;
}
</style>
border-color css
<style>
span { border-color: #6E0701; }
span { border-color: rgb(110,7,1); }
td.TdClassName
{
border-color: #6E0701;
}
.TagClassName
{
border-color: #6E0701;
}
</style>