Shades of Maroon #6E1201
Tints of Maroon #6E1201
RGB
CMYK
RGB Variations
Color information
#6E1201 (or 0x6E1201) is known color: Maroon. HEX triplet: 6E, 12 and 01. RGB value is (110,18,1). Sum of RGB (Red+Green+Blue) = 110+18+1=129 (17% of max value = 765). Red value is 110 (43.36% from 255 or 85.27% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1201 is #91EDFE. Grayscale: #2B2B2B. Windows color (decimal): -9563647 or 70254. OLE color: 70254.
HSL color Cylindrical-coordinate representation of color #6E1201: hue angle of 9.36º 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 #6E1201 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 18 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.57 |
| HSL | 9.36º | 0.98% | 0.22% | - |
| HSV(B) | 9.36º | 0.99% | 0.43% | - |
| XYZ | 6.65 | 3.75 | 0.4 | - |
| YUV | 43.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 1 | 0 | 0.84 | 0.99 | 0.57 | 9.36 | 0.98 | 0.22 |
| Hex | 6E | 12 | 1 | 0 | 54 | 63 | 39 | 9 | 62 | 16 |
| Octal | 156 | 22 | 1 | 0 | 124 | 143 | 71 | 11 | 142 | 26 |
| Binary | 1101110 | 10010 | 1 | 0 | 1010100 | 1100011 | 111001 | 1001 | 1100010 | 10110 |
Color Harmonies of #6E1201
Complementary color
Monochromatic Colors of #6E1201
Black with #6E1201
Text Example
Text Example
White with #6E1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1201; }
p { color: rgb(110,18,1); }
H1.HeaderClassName
{
color: #6E1201;
}
.AnyTagClassName
{
color: #6E1201;
}
</style>
background-color css
<style>
a { background-color: #6E1201; }
a { background-color: rgb(110,18,1); }
div.DivClassName
{
background-color: #6E1201;
}
.BgClassName
{
background-color: #6E1201;
}
</style>
border-color css
<style>
span { border-color: #6E1201; }
span { border-color: rgb(110,18,1); }
td.TdClassName
{
border-color: #6E1201;
}
.TagClassName
{
border-color: #6E1201;
}
</style>