Shades of Maroon #6D1303
Tints of Maroon #6D1303
RGB
CMYK
RGB Variations
Color information
#6D1303 (or 0x6D1303) is known color: Maroon. HEX triplet: 6D, 13 and 03. RGB value is (109,19,3). Sum of RGB (Red+Green+Blue) = 109+19+3=131 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.21% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1303 is #92ECFC. Grayscale: #2C2C2C. Windows color (decimal): -9628925 or 201581. OLE color: 201581.
HSL color Cylindrical-coordinate representation of color #6D1303: hue angle of 9.06º 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 #6D1303 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 3 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.57 |
| HSL | 9.06º | 0.95% | 0.22% | - |
| HSV(B) | 9.06º | 0.97% | 0.43% | - |
| XYZ | 6.56 | 3.72 | 0.46 | - |
| YUV | 44.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 3 | 0 | 0.83 | 0.97 | 0.57 | 9.06 | 0.95 | 0.22 |
| Hex | 6D | 13 | 3 | 0 | 53 | 61 | 39 | 9 | 5F | 16 |
| Octal | 155 | 23 | 3 | 0 | 123 | 141 | 71 | 11 | 137 | 26 |
| Binary | 1101101 | 10011 | 11 | 0 | 1010011 | 1100001 | 111001 | 1001 | 1011111 | 10110 |
Color Harmonies of #6D1303
Complementary color
Monochromatic Colors of #6D1303
Black with #6D1303
Text Example
Text Example
White with #6D1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1303; }
p { color: rgb(109,19,3); }
H1.HeaderClassName
{
color: #6D1303;
}
.AnyTagClassName
{
color: #6D1303;
}
</style>
background-color css
<style>
a { background-color: #6D1303; }
a { background-color: rgb(109,19,3); }
div.DivClassName
{
background-color: #6D1303;
}
.BgClassName
{
background-color: #6D1303;
}
</style>
border-color css
<style>
span { border-color: #6D1303; }
span { border-color: rgb(109,19,3); }
td.TdClassName
{
border-color: #6D1303;
}
.TagClassName
{
border-color: #6D1303;
}
</style>