Shades of Maroon #6E0803
Tints of Maroon #6E0803
RGB
CMYK
RGB Variations
Color information
#6E0803 (or 0x6E0803) is known color: Maroon. HEX triplet: 6E, 08 and 03. RGB value is (110,8,3). Sum of RGB (Red+Green+Blue) = 110+8+3=121 (16% of max value = 765). Red value is 110 (43.36% from 255 or 90.91% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0803 is #91F7FC. Grayscale: #262626. Windows color (decimal): -9566205 or 198766. OLE color: 198766.
HSL color Cylindrical-coordinate representation of color #6E0803: hue angle of 2.8º 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 #6E0803 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 8 | 3 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.57 |
| HSL | 2.8º | 0.95% | 0.22% | - |
| HSV(B) | 2.8º | 0.97% | 0.43% | - |
| XYZ | 6.53 | 3.5 | 0.42 | - |
| YUV | 37.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 3 | 0 | 0.93 | 0.97 | 0.57 | 2.8 | 0.95 | 0.22 |
| Hex | 6E | 8 | 3 | 0 | 5D | 61 | 39 | 3 | 5F | 16 |
| Octal | 156 | 10 | 3 | 0 | 135 | 141 | 71 | 3 | 137 | 26 |
| Binary | 1101110 | 1000 | 11 | 0 | 1011101 | 1100001 | 111001 | 11 | 1011111 | 10110 |
Color Harmonies of #6E0803
Complementary color
Monochromatic Colors of #6E0803
Black with #6E0803
Text Example
Text Example
White with #6E0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0803; }
p { color: rgb(110,8,3); }
H1.HeaderClassName
{
color: #6E0803;
}
.AnyTagClassName
{
color: #6E0803;
}
</style>
background-color css
<style>
a { background-color: #6E0803; }
a { background-color: rgb(110,8,3); }
div.DivClassName
{
background-color: #6E0803;
}
.BgClassName
{
background-color: #6E0803;
}
</style>
border-color css
<style>
span { border-color: #6E0803; }
span { border-color: rgb(110,8,3); }
td.TdClassName
{
border-color: #6E0803;
}
.TagClassName
{
border-color: #6E0803;
}
</style>