Shades of Maroon #6E1502
Tints of Maroon #6E1502
RGB
CMYK
RGB Variations
Color information
#6E1502 (or 0x6E1502) is known color: Maroon. HEX triplet: 6E, 15 and 02. RGB value is (110,21,2). Sum of RGB (Red+Green+Blue) = 110+21+2=133 (17% of max value = 765). Red value is 110 (43.36% from 255 or 82.71% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1502 is #91EAFD. Grayscale: #2D2D2D. Windows color (decimal): -9562878 or 136558. OLE color: 136558.
HSL color Cylindrical-coordinate representation of color #6E1502: hue angle of 10.56º 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 #6E1502 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 21 | 2 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.57 |
| HSL | 10.56º | 0.96% | 0.22% | - |
| HSV(B) | 10.56º | 0.98% | 0.43% | - |
| XYZ | 6.71 | 3.86 | 0.45 | - |
| YUV | 45.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 2 | 0 | 0.81 | 0.98 | 0.57 | 10.56 | 0.96 | 0.22 |
| Hex | 6E | 15 | 2 | 0 | 51 | 62 | 39 | B | 60 | 16 |
| Octal | 156 | 25 | 2 | 0 | 121 | 142 | 71 | 13 | 140 | 26 |
| Binary | 1101110 | 10101 | 10 | 0 | 1010001 | 1100010 | 111001 | 1011 | 1100000 | 10110 |
Color Harmonies of #6E1502
Complementary color
Monochromatic Colors of #6E1502
Black with #6E1502
Text Example
Text Example
White with #6E1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1502; }
p { color: rgb(110,21,2); }
H1.HeaderClassName
{
color: #6E1502;
}
.AnyTagClassName
{
color: #6E1502;
}
</style>
background-color css
<style>
a { background-color: #6E1502; }
a { background-color: rgb(110,21,2); }
div.DivClassName
{
background-color: #6E1502;
}
.BgClassName
{
background-color: #6E1502;
}
</style>
border-color css
<style>
span { border-color: #6E1502; }
span { border-color: rgb(110,21,2); }
td.TdClassName
{
border-color: #6E1502;
}
.TagClassName
{
border-color: #6E1502;
}
</style>