Shades of Maroon #6D0E03
Tints of Maroon #6D0E03
RGB
CMYK
RGB Variations
Color information
#6D0E03 (or 0x6D0E03) is known color: Maroon. HEX triplet: 6D, 0E and 03. RGB value is (109,14,3). Sum of RGB (Red+Green+Blue) = 109+14+3=126 (16% of max value = 765). Red value is 109 (42.97% from 255 or 86.51% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0E03 is #92F1FC. Grayscale: #292929. Windows color (decimal): -9630205 or 200301. OLE color: 200301.
HSL color Cylindrical-coordinate representation of color #6D0E03: hue angle of 6.23º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D0E03 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 14 | 3 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.57 |
| HSL | 6.23º | 0.95% | 0.22% | - |
| HSV(B) | 6.23º | 0.97% | 0.43% | - |
| XYZ | 6.48 | 3.57 | 0.43 | - |
| YUV | 41.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 3 | 0 | 0.87 | 0.97 | 0.57 | 6.23 | 0.95 | 0.22 |
| Hex | 6D | E | 3 | 0 | 57 | 61 | 39 | 6 | 5F | 16 |
| Octal | 155 | 16 | 3 | 0 | 127 | 141 | 71 | 6 | 137 | 26 |
| Binary | 1101101 | 1110 | 11 | 0 | 1010111 | 1100001 | 111001 | 110 | 1011111 | 10110 |
Color Harmonies of #6D0E03
Complementary color
Monochromatic Colors of #6D0E03
Black with #6D0E03
Text Example
Text Example
White with #6D0E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0E03; }
p { color: rgb(109,14,3); }
H1.HeaderClassName
{
color: #6D0E03;
}
.AnyTagClassName
{
color: #6D0E03;
}
</style>
background-color css
<style>
a { background-color: #6D0E03; }
a { background-color: rgb(109,14,3); }
div.DivClassName
{
background-color: #6D0E03;
}
.BgClassName
{
background-color: #6D0E03;
}
</style>
border-color css
<style>
span { border-color: #6D0E03; }
span { border-color: rgb(109,14,3); }
td.TdClassName
{
border-color: #6D0E03;
}
.TagClassName
{
border-color: #6D0E03;
}
</style>