Shades of Maroon #6E0400
Tints of Maroon #6E0400
RGB
CMYK
RGB Variations
Color information
#6E0400 (or 0x6E0400) is known color: Maroon. HEX triplet: 6E, 04 and 00. RGB value is (110,4,0). Sum of RGB (Red+Green+Blue) = 110+4+0=114 (15% of max value = 765). Red value is 110 (43.36% from 255 or 96.49% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0400 is #91FBFF. Grayscale: #232323. Windows color (decimal): -9567232 or 1134. OLE color: 1134.
HSL color Cylindrical-coordinate representation of color #6E0400: hue angle of 2.18º 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 #6E0400 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 4 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.57 |
| HSL | 2.18º | 1% | 0.22% | - |
| HSV(B) | 2.18º | 1% | 0.43% | - |
| XYZ | 6.47 | 3.4 | 0.32 | - |
| YUV | 35.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 4 | 0 | 0 | 0.96 | 1 | 0.57 | 2.18 | 1 | 0.22 |
| Hex | 6E | 4 | 0 | 0 | 60 | 64 | 39 | 2 | 64 | 16 |
| Octal | 156 | 4 | 0 | 0 | 140 | 144 | 71 | 2 | 144 | 26 |
| Binary | 1101110 | 100 | 0 | 0 | 1100000 | 1100100 | 111001 | 10 | 1100100 | 10110 |
Color Harmonies of #6E0400
Complementary color
Monochromatic Colors of #6E0400
Black with #6E0400
Text Example
Text Example
White with #6E0400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0400; }
p { color: rgb(110,4,0); }
H1.HeaderClassName
{
color: #6E0400;
}
.AnyTagClassName
{
color: #6E0400;
}
</style>
background-color css
<style>
a { background-color: #6E0400; }
a { background-color: rgb(110,4,0); }
div.DivClassName
{
background-color: #6E0400;
}
.BgClassName
{
background-color: #6E0400;
}
</style>
border-color css
<style>
span { border-color: #6E0400; }
span { border-color: rgb(110,4,0); }
td.TdClassName
{
border-color: #6E0400;
}
.TagClassName
{
border-color: #6E0400;
}
</style>