Shades of Maroon #6D0D01
Tints of Maroon #6D0D01
RGB
CMYK
RGB Variations
Color information
#6D0D01 (or 0x6D0D01) is known color: Maroon. HEX triplet: 6D, 0D and 01. RGB value is (109,13,1). Sum of RGB (Red+Green+Blue) = 109+13+1=123 (16% of max value = 765). Red value is 109 (42.97% from 255 or 88.62% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0D01 is #92F2FE. Grayscale: #282828. Windows color (decimal): -9630463 or 68973. OLE color: 68973.
HSL color Cylindrical-coordinate representation of color #6D0D01: hue angle of 6.67º 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 #6D0D01 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 13 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.57 |
| HSL | 6.67º | 0.98% | 0.22% | - |
| HSV(B) | 6.67º | 0.99% | 0.43% | - |
| XYZ | 6.46 | 3.54 | 0.37 | - |
| YUV | 40.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 13 | 1 | 0 | 0.88 | 0.99 | 0.57 | 6.67 | 0.98 | 0.22 |
| Hex | 6D | D | 1 | 0 | 58 | 63 | 39 | 7 | 62 | 16 |
| Octal | 155 | 15 | 1 | 0 | 130 | 143 | 71 | 7 | 142 | 26 |
| Binary | 1101101 | 1101 | 1 | 0 | 1011000 | 1100011 | 111001 | 111 | 1100010 | 10110 |
Color Harmonies of #6D0D01
Complementary color
Monochromatic Colors of #6D0D01
Black with #6D0D01
Text Example
Text Example
White with #6D0D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0D01; }
p { color: rgb(109,13,1); }
H1.HeaderClassName
{
color: #6D0D01;
}
.AnyTagClassName
{
color: #6D0D01;
}
</style>
background-color css
<style>
a { background-color: #6D0D01; }
a { background-color: rgb(109,13,1); }
div.DivClassName
{
background-color: #6D0D01;
}
.BgClassName
{
background-color: #6D0D01;
}
</style>
border-color css
<style>
span { border-color: #6D0D01; }
span { border-color: rgb(109,13,1); }
td.TdClassName
{
border-color: #6D0D01;
}
.TagClassName
{
border-color: #6D0D01;
}
</style>