Shades of Flirt #6D3252
Tints of Flirt #6D3252
RGB
CMYK
RGB Variations
Color information
#6D3252 (or 0x6D3252) is known color: Flirt. HEX triplet: 6D, 32 and 52. RGB value is (109,50,82). Sum of RGB (Red+Green+Blue) = 109+50+82=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3252 is #92CDAD. Grayscale: #474747. Windows color (decimal): -9620910 or 5386861. OLE color: 5386861.
HSL color Cylindrical-coordinate representation of color #6D3252: hue angle of 327.46º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D3252 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 82 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.57 |
| HSL | 327.46º | 0.37% | 0.31% | - |
| HSV(B) | 327.46º | 0.54% | 0.43% | - |
| XYZ | 8.97 | 6.14 | 8.7 | - |
| YUV | 71.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 82 | 0 | 0.54 | 0.25 | 0.57 | 327.46 | 0.37 | 0.31 |
| Hex | 6D | 32 | 52 | 0 | 36 | 19 | 39 | 147 | 25 | 1F |
| Octal | 155 | 62 | 122 | 0 | 66 | 31 | 71 | 507 | 45 | 37 |
| Binary | 1101101 | 110010 | 1010010 | 0 | 110110 | 11001 | 111001 | 101000111 | 100101 | 11111 |
Color Harmonies of #6D3252
Complementary color
Monochromatic Colors of #6D3252
Black with #6D3252
Text Example
Text Example
White with #6D3252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3252; }
p { color: rgb(109,50,82); }
H1.HeaderClassName
{
color: #6D3252;
}
.AnyTagClassName
{
color: #6D3252;
}
</style>
background-color css
<style>
a { background-color: #6D3252; }
a { background-color: rgb(109,50,82); }
div.DivClassName
{
background-color: #6D3252;
}
.BgClassName
{
background-color: #6D3252;
}
</style>
border-color css
<style>
span { border-color: #6D3252; }
span { border-color: rgb(109,50,82); }
td.TdClassName
{
border-color: #6D3252;
}
.TagClassName
{
border-color: #6D3252;
}
</style>