Shades of Maroon #6E1403
Tints of Maroon #6E1403
RGB
CMYK
RGB Variations
Color information
#6E1403 (or 0x6E1403) is known color: Maroon. HEX triplet: 6E, 14 and 03. RGB value is (110,20,3). Sum of RGB (Red+Green+Blue) = 110+20+3=133 (17% of max value = 765). Red value is 110 (43.36% from 255 or 82.71% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1403 is #91EBFC. Grayscale: #2D2D2D. Windows color (decimal): -9563133 or 201838. OLE color: 201838.
HSL color Cylindrical-coordinate representation of color #6E1403: hue angle of 9.53º 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 #6E1403 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 20 | 3 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.57 |
| HSL | 9.53º | 0.95% | 0.22% | - |
| HSV(B) | 9.53º | 0.97% | 0.43% | - |
| XYZ | 6.7 | 3.82 | 0.47 | - |
| YUV | 44.97 | 104.32 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 3 | 0 | 0.82 | 0.97 | 0.57 | 9.53 | 0.95 | 0.22 |
| Hex | 6E | 14 | 3 | 0 | 52 | 61 | 39 | A | 5F | 16 |
| Octal | 156 | 24 | 3 | 0 | 122 | 141 | 71 | 12 | 137 | 26 |
| Binary | 1101110 | 10100 | 11 | 0 | 1010010 | 1100001 | 111001 | 1010 | 1011111 | 10110 |
Color Harmonies of #6E1403
Complementary color
Monochromatic Colors of #6E1403
Black with #6E1403
Text Example
Text Example
White with #6E1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1403; }
p { color: rgb(110,20,3); }
H1.HeaderClassName
{
color: #6E1403;
}
.AnyTagClassName
{
color: #6E1403;
}
</style>
background-color css
<style>
a { background-color: #6E1403; }
a { background-color: rgb(110,20,3); }
div.DivClassName
{
background-color: #6E1403;
}
.BgClassName
{
background-color: #6E1403;
}
</style>
border-color css
<style>
span { border-color: #6E1403; }
span { border-color: rgb(110,20,3); }
td.TdClassName
{
border-color: #6E1403;
}
.TagClassName
{
border-color: #6E1403;
}
</style>