Shades of Flirt #6F3249
Tints of Flirt #6F3249
RGB
CMYK
RGB Variations
Color information
#6F3249 (or 0x6F3249) is known color: Flirt. HEX triplet: 6F, 32 and 49. RGB value is (111,50,73). Sum of RGB (Red+Green+Blue) = 111+50+73=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3249 is #90CDB6. Grayscale: #464646. Windows color (decimal): -9489847 or 4797039. OLE color: 4797039.
HSL color Cylindrical-coordinate representation of color #6F3249: hue angle of 337.38º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F3249 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 73 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.56 |
| HSL | 337.38º | 0.38% | 0.32% | - |
| HSV(B) | 337.38º | 0.55% | 0.44% | - |
| XYZ | 8.9 | 6.14 | 7.02 | - |
| YUV | 70.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 73 | 0 | 0.55 | 0.34 | 0.56 | 337.38 | 0.38 | 0.32 |
| Hex | 6F | 32 | 49 | 0 | 37 | 22 | 38 | 151 | 26 | 20 |
| Octal | 157 | 62 | 111 | 0 | 67 | 42 | 70 | 521 | 46 | 40 |
| Binary | 1101111 | 110010 | 1001001 | 0 | 110111 | 100010 | 111000 | 101010001 | 100110 | 100000 |
Color Harmonies of #6F3249
Complementary color
Monochromatic Colors of #6F3249
Black with #6F3249
Text Example
Text Example
White with #6F3249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3249; }
p { color: rgb(111,50,73); }
H1.HeaderClassName
{
color: #6F3249;
}
.AnyTagClassName
{
color: #6F3249;
}
</style>
background-color css
<style>
a { background-color: #6F3249; }
a { background-color: rgb(111,50,73); }
div.DivClassName
{
background-color: #6F3249;
}
.BgClassName
{
background-color: #6F3249;
}
</style>
border-color css
<style>
span { border-color: #6F3249; }
span { border-color: rgb(111,50,73); }
td.TdClassName
{
border-color: #6F3249;
}
.TagClassName
{
border-color: #6F3249;
}
</style>