Shades of Maroon #6D1301
Tints of Maroon #6D1301
RGB
CMYK
RGB Variations
Color information
#6D1301 (or 0x6D1301) is known color: Maroon. HEX triplet: 6D, 13 and 01. RGB value is (109,19,1). Sum of RGB (Red+Green+Blue) = 109+19+1=129 (17% of max value = 765). Red value is 109 (42.97% from 255 or 84.50% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1301 is #92ECFE. Grayscale: #2C2C2C. Windows color (decimal): -9628927 or 70509. OLE color: 70509.
HSL color Cylindrical-coordinate representation of color #6D1301: hue angle of 10º 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 #6D1301 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.57 |
| HSL | 10º | 0.98% | 0.22% | - |
| HSV(B) | 10º | 0.99% | 0.43% | - |
| XYZ | 6.55 | 3.72 | 0.4 | - |
| YUV | 43.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 1 | 0 | 0.83 | 0.99 | 0.57 | 10 | 0.98 | 0.22 |
| Hex | 6D | 13 | 1 | 0 | 53 | 63 | 39 | A | 62 | 16 |
| Octal | 155 | 23 | 1 | 0 | 123 | 143 | 71 | 12 | 142 | 26 |
| Binary | 1101101 | 10011 | 1 | 0 | 1010011 | 1100011 | 111001 | 1010 | 1100010 | 10110 |
Color Harmonies of #6D1301
Complementary color
Monochromatic Colors of #6D1301
Black with #6D1301
Text Example
Text Example
White with #6D1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1301; }
p { color: rgb(109,19,1); }
H1.HeaderClassName
{
color: #6D1301;
}
.AnyTagClassName
{
color: #6D1301;
}
</style>
background-color css
<style>
a { background-color: #6D1301; }
a { background-color: rgb(109,19,1); }
div.DivClassName
{
background-color: #6D1301;
}
.BgClassName
{
background-color: #6D1301;
}
</style>
border-color css
<style>
span { border-color: #6D1301; }
span { border-color: rgb(109,19,1); }
td.TdClassName
{
border-color: #6D1301;
}
.TagClassName
{
border-color: #6D1301;
}
</style>