Shades of Maroon #6E0902
Tints of Maroon #6E0902
RGB
CMYK
RGB Variations
Color information
#6E0902 (or 0x6E0902) is known color: Maroon. HEX triplet: 6E, 09 and 02. RGB value is (110,9,2). Sum of RGB (Red+Green+Blue) = 110+9+2=121 (16% of max value = 765). Red value is 110 (43.36% from 255 or 90.91% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0902 is #91F6FD. Grayscale: #262626. Windows color (decimal): -9565950 or 133486. OLE color: 133486.
HSL color Cylindrical-coordinate representation of color #6E0902: hue angle of 3.89º 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 #6E0902 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 9 | 2 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.57 |
| HSL | 3.89º | 0.96% | 0.22% | - |
| HSV(B) | 3.89º | 0.98% | 0.43% | - |
| XYZ | 6.54 | 3.51 | 0.39 | - |
| YUV | 38.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 2 | 0 | 0.92 | 0.98 | 0.57 | 3.89 | 0.96 | 0.22 |
| Hex | 6E | 9 | 2 | 0 | 5C | 62 | 39 | 4 | 60 | 16 |
| Octal | 156 | 11 | 2 | 0 | 134 | 142 | 71 | 4 | 140 | 26 |
| Binary | 1101110 | 1001 | 10 | 0 | 1011100 | 1100010 | 111001 | 100 | 1100000 | 10110 |
Color Harmonies of #6E0902
Complementary color
Monochromatic Colors of #6E0902
Black with #6E0902
Text Example
Text Example
White with #6E0902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0902; }
p { color: rgb(110,9,2); }
H1.HeaderClassName
{
color: #6E0902;
}
.AnyTagClassName
{
color: #6E0902;
}
</style>
background-color css
<style>
a { background-color: #6E0902; }
a { background-color: rgb(110,9,2); }
div.DivClassName
{
background-color: #6E0902;
}
.BgClassName
{
background-color: #6E0902;
}
</style>
border-color css
<style>
span { border-color: #6E0902; }
span { border-color: rgb(110,9,2); }
td.TdClassName
{
border-color: #6E0902;
}
.TagClassName
{
border-color: #6E0902;
}
</style>