Shades of Maroon #6D1201
Tints of Maroon #6D1201
RGB
CMYK
RGB Variations
Color information
#6D1201 (or 0x6D1201) is known color: Maroon. HEX triplet: 6D, 12 and 01. RGB value is (109,18,1). Sum of RGB (Red+Green+Blue) = 109+18+1=128 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.16% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1201 is #92EDFE. Grayscale: #2B2B2B. Windows color (decimal): -9629183 or 70253. OLE color: 70253.
HSL color Cylindrical-coordinate representation of color #6D1201: hue angle of 9.44º 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 #6D1201 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 18 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.57 |
| HSL | 9.44º | 0.98% | 0.22% | - |
| HSV(B) | 9.44º | 0.99% | 0.43% | - |
| XYZ | 6.53 | 3.69 | 0.4 | - |
| YUV | 43.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 1 | 0 | 0.83 | 0.99 | 0.57 | 9.44 | 0.98 | 0.22 |
| Hex | 6D | 12 | 1 | 0 | 53 | 63 | 39 | 9 | 62 | 16 |
| Octal | 155 | 22 | 1 | 0 | 123 | 143 | 71 | 11 | 142 | 26 |
| Binary | 1101101 | 10010 | 1 | 0 | 1010011 | 1100011 | 111001 | 1001 | 1100010 | 10110 |
Color Harmonies of #6D1201
Complementary color
Monochromatic Colors of #6D1201
Black with #6D1201
Text Example
Text Example
White with #6D1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1201; }
p { color: rgb(109,18,1); }
H1.HeaderClassName
{
color: #6D1201;
}
.AnyTagClassName
{
color: #6D1201;
}
</style>
background-color css
<style>
a { background-color: #6D1201; }
a { background-color: rgb(109,18,1); }
div.DivClassName
{
background-color: #6D1201;
}
.BgClassName
{
background-color: #6D1201;
}
</style>
border-color css
<style>
span { border-color: #6D1201; }
span { border-color: rgb(109,18,1); }
td.TdClassName
{
border-color: #6D1201;
}
.TagClassName
{
border-color: #6D1201;
}
</style>