Shades of Flirt #6D3452
Tints of Flirt #6D3452
RGB
CMYK
RGB Variations
Color information
#6D3452 (or 0x6D3452) is known color: Flirt. HEX triplet: 6D, 34 and 52. RGB value is (109,52,82). Sum of RGB (Red+Green+Blue) = 109+52+82=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3452 is #92CBAD. Grayscale: #484848. Windows color (decimal): -9620398 or 5387373. OLE color: 5387373.
HSL color Cylindrical-coordinate representation of color #6D3452: hue angle of 328.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3452 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 82 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.57 |
| HSL | 328.42º | 0.35% | 0.32% | - |
| HSV(B) | 328.42º | 0.52% | 0.43% | - |
| XYZ | 9.06 | 6.32 | 8.72 | - |
| YUV | 72.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 82 | 0 | 0.52 | 0.25 | 0.57 | 328.42 | 0.35 | 0.32 |
| Hex | 6D | 34 | 52 | 0 | 34 | 19 | 39 | 148 | 23 | 20 |
| Octal | 155 | 64 | 122 | 0 | 64 | 31 | 71 | 510 | 43 | 40 |
| Binary | 1101101 | 110100 | 1010010 | 0 | 110100 | 11001 | 111001 | 101001000 | 100011 | 100000 |
Color Harmonies of #6D3452
Complementary color
Monochromatic Colors of #6D3452
Black with #6D3452
Text Example
Text Example
White with #6D3452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3452; }
p { color: rgb(109,52,82); }
H1.HeaderClassName
{
color: #6D3452;
}
.AnyTagClassName
{
color: #6D3452;
}
</style>
background-color css
<style>
a { background-color: #6D3452; }
a { background-color: rgb(109,52,82); }
div.DivClassName
{
background-color: #6D3452;
}
.BgClassName
{
background-color: #6D3452;
}
</style>
border-color css
<style>
span { border-color: #6D3452; }
span { border-color: rgb(109,52,82); }
td.TdClassName
{
border-color: #6D3452;
}
.TagClassName
{
border-color: #6D3452;
}
</style>