Shades of Flirt #802F49
Tints of Flirt #802F49
RGB
CMYK
RGB Variations
Color information
#802F49 (or 0x802F49) is known color: Flirt. HEX triplet: 80, 2F and 49. RGB value is (128,47,73). Sum of RGB (Red+Green+Blue) = 128+47+73=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #802F49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F49 is #7FD0B6. Grayscale: #4A4A4A. Windows color (decimal): -8376503 or 4796288. OLE color: 4796288.
HSL color Cylindrical-coordinate representation of color #802F49: hue angle of 340.74º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #802F49 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 73 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.50 |
| HSL | 340.74º | 0.46% | 0.34% | - |
| HSV(B) | 340.74º | 0.63% | 0.5% | - |
| XYZ | 11.12 | 7.1 | 7.09 | - |
| YUV | 74.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 73 | 0 | 0.63 | 0.43 | 0.50 | 340.74 | 0.46 | 0.34 |
| Hex | 80 | 2F | 49 | 0 | 3F | 2B | 32 | 155 | 2E | 22 |
| Octal | 200 | 57 | 111 | 0 | 77 | 53 | 62 | 525 | 56 | 42 |
| Binary | 10000000 | 101111 | 1001001 | 0 | 111111 | 101011 | 110010 | 101010101 | 101110 | 100010 |
Color Harmonies of #802F49
Complementary color
Monochromatic Colors of #802F49
Black with #802F49
Text Example
Text Example
White with #802F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F49; }
p { color: rgb(128,47,73); }
H1.HeaderClassName
{
color: #802F49;
}
.AnyTagClassName
{
color: #802F49;
}
</style>
background-color css
<style>
a { background-color: #802F49; }
a { background-color: rgb(128,47,73); }
div.DivClassName
{
background-color: #802F49;
}
.BgClassName
{
background-color: #802F49;
}
</style>
border-color css
<style>
span { border-color: #802F49; }
span { border-color: rgb(128,47,73); }
td.TdClassName
{
border-color: #802F49;
}
.TagClassName
{
border-color: #802F49;
}
</style>