Shades of Maroon #6E0800
Tints of Maroon #6E0800
RGB
CMYK
RGB Variations
Color information
#6E0800 (or 0x6E0800) is known color: Maroon. HEX triplet: 6E, 08 and 00. RGB value is (110,8,0). Sum of RGB (Red+Green+Blue) = 110+8+0=118 (15% of max value = 765). Red value is 110 (43.36% from 255 or 93.22% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0800 is #91F7FF. Grayscale: #252525. Windows color (decimal): -9566208 or 2158. OLE color: 2158.
HSL color Cylindrical-coordinate representation of color #6E0800: hue angle of 4.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0800 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 8 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.57 |
| HSL | 4.36º | 1% | 0.22% | - |
| HSV(B) | 4.36º | 1% | 0.43% | - |
| XYZ | 6.52 | 3.49 | 0.33 | - |
| YUV | 37.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 0 | 0 | 0.93 | 1 | 0.57 | 4.36 | 1 | 0.22 |
| Hex | 6E | 8 | 0 | 0 | 5D | 64 | 39 | 4 | 64 | 16 |
| Octal | 156 | 10 | 0 | 0 | 135 | 144 | 71 | 4 | 144 | 26 |
| Binary | 1101110 | 1000 | 0 | 0 | 1011101 | 1100100 | 111001 | 100 | 1100100 | 10110 |
Color Harmonies of #6E0800
Complementary color
Monochromatic Colors of #6E0800
Black with #6E0800
Text Example
Text Example
White with #6E0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0800; }
p { color: rgb(110,8,0); }
H1.HeaderClassName
{
color: #6E0800;
}
.AnyTagClassName
{
color: #6E0800;
}
</style>
background-color css
<style>
a { background-color: #6E0800; }
a { background-color: rgb(110,8,0); }
div.DivClassName
{
background-color: #6E0800;
}
.BgClassName
{
background-color: #6E0800;
}
</style>
border-color css
<style>
span { border-color: #6E0800; }
span { border-color: rgb(110,8,0); }
td.TdClassName
{
border-color: #6E0800;
}
.TagClassName
{
border-color: #6E0800;
}
</style>