Shades of Maroon #6D1305
Tints of Maroon #6D1305
RGB
CMYK
RGB Variations
Color information
#6D1305 (or 0x6D1305) is known color: Maroon. HEX triplet: 6D, 13 and 05. RGB value is (109,19,5). Sum of RGB (Red+Green+Blue) = 109+19+5=133 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.95% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1305 is #92ECFA. Grayscale: #2C2C2C. Windows color (decimal): -9628923 or 332653. OLE color: 332653.
HSL color Cylindrical-coordinate representation of color #6D1305: hue angle of 8.08º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D1305 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 5 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.57 |
| HSL | 8.08º | 0.91% | 0.22% | - |
| HSV(B) | 8.08º | 0.95% | 0.43% | - |
| XYZ | 6.57 | 3.73 | 0.52 | - |
| YUV | 44.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 5 | 0 | 0.83 | 0.95 | 0.57 | 8.08 | 0.91 | 0.22 |
| Hex | 6D | 13 | 5 | 0 | 53 | 5F | 39 | 8 | 5B | 16 |
| Octal | 155 | 23 | 5 | 0 | 123 | 137 | 71 | 10 | 133 | 26 |
| Binary | 1101101 | 10011 | 101 | 0 | 1010011 | 1011111 | 111001 | 1000 | 1011011 | 10110 |
Color Harmonies of #6D1305
Complementary color
Monochromatic Colors of #6D1305
Black with #6D1305
Text Example
Text Example
White with #6D1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1305; }
p { color: rgb(109,19,5); }
H1.HeaderClassName
{
color: #6D1305;
}
.AnyTagClassName
{
color: #6D1305;
}
</style>
background-color css
<style>
a { background-color: #6D1305; }
a { background-color: rgb(109,19,5); }
div.DivClassName
{
background-color: #6D1305;
}
.BgClassName
{
background-color: #6D1305;
}
</style>
border-color css
<style>
span { border-color: #6D1305; }
span { border-color: rgb(109,19,5); }
td.TdClassName
{
border-color: #6D1305;
}
.TagClassName
{
border-color: #6D1305;
}
</style>