Shades of Flirt #6E2D47
Tints of Flirt #6E2D47
RGB
CMYK
RGB Variations
Color information
#6E2D47 (or 0x6E2D47) is known color: Flirt. HEX triplet: 6E, 2D and 47. RGB value is (110,45,71). Sum of RGB (Red+Green+Blue) = 110+45+71=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2D47 is #91D2B8. Grayscale: #434343. Windows color (decimal): -9556665 or 4664686. OLE color: 4664686.
HSL color Cylindrical-coordinate representation of color #6E2D47: hue angle of 336º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E2D47 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 45 | 71 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.57 |
| HSL | 336º | 0.42% | 0.3% | - |
| HSV(B) | 336º | 0.59% | 0.43% | - |
| XYZ | 8.51 | 5.65 | 6.6 | - |
| YUV | 67.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 71 | 0 | 0.59 | 0.35 | 0.57 | 336 | 0.42 | 0.3 |
| Hex | 6E | 2D | 47 | 0 | 3B | 23 | 39 | 150 | 2A | 1E |
| Octal | 156 | 55 | 107 | 0 | 73 | 43 | 71 | 520 | 52 | 36 |
| Binary | 1101110 | 101101 | 1000111 | 0 | 111011 | 100011 | 111001 | 101010000 | 101010 | 11110 |
Color Harmonies of #6E2D47
Complementary color
Monochromatic Colors of #6E2D47
Black with #6E2D47
Text Example
Text Example
White with #6E2D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2D47; }
p { color: rgb(110,45,71); }
H1.HeaderClassName
{
color: #6E2D47;
}
.AnyTagClassName
{
color: #6E2D47;
}
</style>
background-color css
<style>
a { background-color: #6E2D47; }
a { background-color: rgb(110,45,71); }
div.DivClassName
{
background-color: #6E2D47;
}
.BgClassName
{
background-color: #6E2D47;
}
</style>
border-color css
<style>
span { border-color: #6E2D47; }
span { border-color: rgb(110,45,71); }
td.TdClassName
{
border-color: #6E2D47;
}
.TagClassName
{
border-color: #6E2D47;
}
</style>