Shades of Maroon #6D0802
Tints of Maroon #6D0802
RGB
CMYK
RGB Variations
Color information
#6D0802 (or 0x6D0802) is known color: Maroon. HEX triplet: 6D, 08 and 02. RGB value is (109,8,2). Sum of RGB (Red+Green+Blue) = 109+8+2=119 (15% of max value = 765). Red value is 109 (42.97% from 255 or 91.60% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0802 is #92F7FD. Grayscale: #252525. Windows color (decimal): -9631742 or 133229. OLE color: 133229.
HSL color Cylindrical-coordinate representation of color #6D0802: hue angle of 3.36º 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 #6D0802 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 2 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.57 |
| HSL | 3.36º | 0.96% | 0.22% | - |
| HSV(B) | 3.36º | 0.98% | 0.43% | - |
| XYZ | 6.4 | 3.43 | 0.38 | - |
| YUV | 37.52 | 107.96 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 2 | 0 | 0.93 | 0.98 | 0.57 | 3.36 | 0.96 | 0.22 |
| Hex | 6D | 8 | 2 | 0 | 5D | 62 | 39 | 3 | 60 | 16 |
| Octal | 155 | 10 | 2 | 0 | 135 | 142 | 71 | 3 | 140 | 26 |
| Binary | 1101101 | 1000 | 10 | 0 | 1011101 | 1100010 | 111001 | 11 | 1100000 | 10110 |
Color Harmonies of #6D0802
Complementary color
Monochromatic Colors of #6D0802
Black with #6D0802
Text Example
Text Example
White with #6D0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0802; }
p { color: rgb(109,8,2); }
H1.HeaderClassName
{
color: #6D0802;
}
.AnyTagClassName
{
color: #6D0802;
}
</style>
background-color css
<style>
a { background-color: #6D0802; }
a { background-color: rgb(109,8,2); }
div.DivClassName
{
background-color: #6D0802;
}
.BgClassName
{
background-color: #6D0802;
}
</style>
border-color css
<style>
span { border-color: #6D0802; }
span { border-color: rgb(109,8,2); }
td.TdClassName
{
border-color: #6D0802;
}
.TagClassName
{
border-color: #6D0802;
}
</style>