Shades of Maroon #6D0803
Tints of Maroon #6D0803
RGB
CMYK
RGB Variations
Color information
#6D0803 (or 0x6D0803) is known color: Maroon. HEX triplet: 6D, 08 and 03. RGB value is (109,8,3). Sum of RGB (Red+Green+Blue) = 109+8+3=120 (15% of max value = 765). Red value is 109 (42.97% from 255 or 90.83% from 120); Green value is 8 (3.52% from 255 or 6.67% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0803 is #92F7FC. Grayscale: #252525. Windows color (decimal): -9631741 or 198765. OLE color: 198765.
HSL color Cylindrical-coordinate representation of color #6D0803: hue angle of 2.83º 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 #6D0803 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 3 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.57 |
| HSL | 2.83º | 0.95% | 0.22% | - |
| HSV(B) | 2.83º | 0.97% | 0.43% | - |
| XYZ | 6.41 | 3.43 | 0.41 | - |
| YUV | 37.63 | 108.46 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 3 | 0 | 0.93 | 0.97 | 0.57 | 2.83 | 0.95 | 0.22 |
| Hex | 6D | 8 | 3 | 0 | 5D | 61 | 39 | 3 | 5F | 16 |
| Octal | 155 | 10 | 3 | 0 | 135 | 141 | 71 | 3 | 137 | 26 |
| Binary | 1101101 | 1000 | 11 | 0 | 1011101 | 1100001 | 111001 | 11 | 1011111 | 10110 |
Color Harmonies of #6D0803
Complementary color
Monochromatic Colors of #6D0803
Black with #6D0803
Text Example
Text Example
White with #6D0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0803; }
p { color: rgb(109,8,3); }
H1.HeaderClassName
{
color: #6D0803;
}
.AnyTagClassName
{
color: #6D0803;
}
</style>
background-color css
<style>
a { background-color: #6D0803; }
a { background-color: rgb(109,8,3); }
div.DivClassName
{
background-color: #6D0803;
}
.BgClassName
{
background-color: #6D0803;
}
</style>
border-color css
<style>
span { border-color: #6D0803; }
span { border-color: rgb(109,8,3); }
td.TdClassName
{
border-color: #6D0803;
}
.TagClassName
{
border-color: #6D0803;
}
</style>