Shades of Flirt #6E2C47
Tints of Flirt #6E2C47
RGB
CMYK
RGB Variations
Color information
#6E2C47 (or 0x6E2C47) is known color: Flirt. HEX triplet: 6E, 2C and 47. RGB value is (110,44,71). Sum of RGB (Red+Green+Blue) = 110+44+71=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2C47 is #91D3B8. Grayscale: #424242. Windows color (decimal): -9556921 or 4664430. OLE color: 4664430.
HSL color Cylindrical-coordinate representation of color #6E2C47: hue angle of 335.45º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E2C47 is Cyan = 0, Magento = 0.6, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 44 | 71 | - |
| CMYK | 0 | 0.6 | 0.35 | 0.57 |
| HSL | 335.45º | 0.43% | 0.3% | - |
| HSV(B) | 335.45º | 0.6% | 0.43% | - |
| XYZ | 8.47 | 5.57 | 6.59 | - |
| YUV | 66.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 44 | 71 | 0 | 0.6 | 0.35 | 0.57 | 335.45 | 0.43 | 0.3 |
| Hex | 6E | 2C | 47 | 0 | 3C | 23 | 39 | 14F | 2B | 1E |
| Octal | 156 | 54 | 107 | 0 | 74 | 43 | 71 | 517 | 53 | 36 |
| Binary | 1101110 | 101100 | 1000111 | 0 | 111100 | 100011 | 111001 | 101001111 | 101011 | 11110 |
Color Harmonies of #6E2C47
Complementary color
Monochromatic Colors of #6E2C47
Black with #6E2C47
Text Example
Text Example
White with #6E2C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2C47; }
p { color: rgb(110,44,71); }
H1.HeaderClassName
{
color: #6E2C47;
}
.AnyTagClassName
{
color: #6E2C47;
}
</style>
background-color css
<style>
a { background-color: #6E2C47; }
a { background-color: rgb(110,44,71); }
div.DivClassName
{
background-color: #6E2C47;
}
.BgClassName
{
background-color: #6E2C47;
}
</style>
border-color css
<style>
span { border-color: #6E2C47; }
span { border-color: rgb(110,44,71); }
td.TdClassName
{
border-color: #6E2C47;
}
.TagClassName
{
border-color: #6E2C47;
}
</style>