Shades of Flirt #6E3249
Tints of Flirt #6E3249
RGB
CMYK
RGB Variations
Color information
#6E3249 (or 0x6E3249) is known color: Flirt. HEX triplet: 6E, 32 and 49. RGB value is (110,50,73). Sum of RGB (Red+Green+Blue) = 110+50+73=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3249 is #91CDB6. Grayscale: #464646. Windows color (decimal): -9555383 or 4797038. OLE color: 4797038.
HSL color Cylindrical-coordinate representation of color #6E3249: hue angle of 337º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3249 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 73 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.57 |
| HSL | 337º | 0.38% | 0.31% | - |
| HSV(B) | 337º | 0.55% | 0.43% | - |
| XYZ | 8.77 | 6.08 | 7.01 | - |
| YUV | 70.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 73 | 0 | 0.55 | 0.34 | 0.57 | 337 | 0.38 | 0.31 |
| Hex | 6E | 32 | 49 | 0 | 37 | 22 | 39 | 151 | 26 | 1F |
| Octal | 156 | 62 | 111 | 0 | 67 | 42 | 71 | 521 | 46 | 37 |
| Binary | 1101110 | 110010 | 1001001 | 0 | 110111 | 100010 | 111001 | 101010001 | 100110 | 11111 |
Color Harmonies of #6E3249
Complementary color
Monochromatic Colors of #6E3249
Black with #6E3249
Text Example
Text Example
White with #6E3249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3249; }
p { color: rgb(110,50,73); }
H1.HeaderClassName
{
color: #6E3249;
}
.AnyTagClassName
{
color: #6E3249;
}
</style>
background-color css
<style>
a { background-color: #6E3249; }
a { background-color: rgb(110,50,73); }
div.DivClassName
{
background-color: #6E3249;
}
.BgClassName
{
background-color: #6E3249;
}
</style>
border-color css
<style>
span { border-color: #6E3249; }
span { border-color: rgb(110,50,73); }
td.TdClassName
{
border-color: #6E3249;
}
.TagClassName
{
border-color: #6E3249;
}
</style>