Shades of Maroon #6D1102
Tints of Maroon #6D1102
RGB
CMYK
RGB Variations
Color information
#6D1102 (or 0x6D1102) is known color: Maroon. HEX triplet: 6D, 11 and 02. RGB value is (109,17,2). Sum of RGB (Red+Green+Blue) = 109+17+2=128 (16% of max value = 765). Red value is 109 (42.97% from 255 or 85.16% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1102 is #92EEFD. Grayscale: #2A2A2A. Windows color (decimal): -9629438 or 135533. OLE color: 135533.
HSL color Cylindrical-coordinate representation of color #6D1102: hue angle of 8.41º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D1102 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 2 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.57 |
| HSL | 8.41º | 0.96% | 0.22% | - |
| HSV(B) | 8.41º | 0.98% | 0.43% | - |
| XYZ | 6.52 | 3.66 | 0.42 | - |
| YUV | 42.8 | 104.98 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 2 | 0 | 0.84 | 0.98 | 0.57 | 8.41 | 0.96 | 0.22 |
| Hex | 6D | 11 | 2 | 0 | 54 | 62 | 39 | 8 | 60 | 16 |
| Octal | 155 | 21 | 2 | 0 | 124 | 142 | 71 | 10 | 140 | 26 |
| Binary | 1101101 | 10001 | 10 | 0 | 1010100 | 1100010 | 111001 | 1000 | 1100000 | 10110 |
Color Harmonies of #6D1102
Complementary color
Monochromatic Colors of #6D1102
Black with #6D1102
Text Example
Text Example
White with #6D1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1102; }
p { color: rgb(109,17,2); }
H1.HeaderClassName
{
color: #6D1102;
}
.AnyTagClassName
{
color: #6D1102;
}
</style>
background-color css
<style>
a { background-color: #6D1102; }
a { background-color: rgb(109,17,2); }
div.DivClassName
{
background-color: #6D1102;
}
.BgClassName
{
background-color: #6D1102;
}
</style>
border-color css
<style>
span { border-color: #6D1102; }
span { border-color: rgb(109,17,2); }
td.TdClassName
{
border-color: #6D1102;
}
.TagClassName
{
border-color: #6D1102;
}
</style>