Shades of Maroon #6D0403
Tints of Maroon #6D0403
RGB
CMYK
RGB Variations
Color information
#6D0403 (or 0x6D0403) is known color: Maroon. HEX triplet: 6D, 04 and 03. RGB value is (109,4,3). Sum of RGB (Red+Green+Blue) = 109+4+3=116 (15% of max value = 765). Red value is 109 (42.97% from 255 or 93.97% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0403 is #92FBFC. Grayscale: #232323. Windows color (decimal): -9632765 or 197741. OLE color: 197741.
HSL color Cylindrical-coordinate representation of color #6D0403: hue angle of 0.57º 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 #6D0403 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 4 | 3 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.57 |
| HSL | 0.57º | 0.95% | 0.22% | - |
| HSV(B) | 0.57º | 0.97% | 0.43% | - |
| XYZ | 6.37 | 3.34 | 0.4 | - |
| YUV | 35.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 4 | 3 | 0 | 0.96 | 0.97 | 0.57 | 0.57 | 0.95 | 0.22 |
| Hex | 6D | 4 | 3 | 0 | 60 | 61 | 39 | 1 | 5F | 16 |
| Octal | 155 | 4 | 3 | 0 | 140 | 141 | 71 | 1 | 137 | 26 |
| Binary | 1101101 | 100 | 11 | 0 | 1100000 | 1100001 | 111001 | 1 | 1011111 | 10110 |
Color Harmonies of #6D0403
Complementary color
Monochromatic Colors of #6D0403
Black with #6D0403
Text Example
Text Example
White with #6D0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0403; }
p { color: rgb(109,4,3); }
H1.HeaderClassName
{
color: #6D0403;
}
.AnyTagClassName
{
color: #6D0403;
}
</style>
background-color css
<style>
a { background-color: #6D0403; }
a { background-color: rgb(109,4,3); }
div.DivClassName
{
background-color: #6D0403;
}
.BgClassName
{
background-color: #6D0403;
}
</style>
border-color css
<style>
span { border-color: #6D0403; }
span { border-color: rgb(109,4,3); }
td.TdClassName
{
border-color: #6D0403;
}
.TagClassName
{
border-color: #6D0403;
}
</style>