Shades of Flirt #6D2C49
Tints of Flirt #6D2C49
RGB
CMYK
RGB Variations
Color information
#6D2C49 (or 0x6D2C49) is known color: Flirt. HEX triplet: 6D, 2C and 49. RGB value is (109,44,73). Sum of RGB (Red+Green+Blue) = 109+44+73=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2C49 is #92D3B6. Grayscale: #424242. Windows color (decimal): -9622455 or 4795501. OLE color: 4795501.
HSL color Cylindrical-coordinate representation of color #6D2C49: hue angle of 333.23º degrees, saturation: 0.42, 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 #6D2C49 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 44 | 73 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.57 |
| HSL | 333.23º | 0.42% | 0.3% | - |
| HSV(B) | 333.23º | 0.6% | 0.43% | - |
| XYZ | 8.41 | 5.53 | 6.93 | - |
| YUV | 66.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 44 | 73 | 0 | 0.60 | 0.33 | 0.57 | 333.23 | 0.42 | 0.3 |
| Hex | 6D | 2C | 49 | 0 | 3C | 21 | 39 | 14D | 2A | 1E |
| Octal | 155 | 54 | 111 | 0 | 74 | 41 | 71 | 515 | 52 | 36 |
| Binary | 1101101 | 101100 | 1001001 | 0 | 111100 | 100001 | 111001 | 101001101 | 101010 | 11110 |
Color Harmonies of #6D2C49
Complementary color
Monochromatic Colors of #6D2C49
Black with #6D2C49
Text Example
Text Example
White with #6D2C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2C49; }
p { color: rgb(109,44,73); }
H1.HeaderClassName
{
color: #6D2C49;
}
.AnyTagClassName
{
color: #6D2C49;
}
</style>
background-color css
<style>
a { background-color: #6D2C49; }
a { background-color: rgb(109,44,73); }
div.DivClassName
{
background-color: #6D2C49;
}
.BgClassName
{
background-color: #6D2C49;
}
</style>
border-color css
<style>
span { border-color: #6D2C49; }
span { border-color: rgb(109,44,73); }
td.TdClassName
{
border-color: #6D2C49;
}
.TagClassName
{
border-color: #6D2C49;
}
</style>