Shades of Flirt #802D47
Tints of Flirt #802D47
RGB
CMYK
RGB Variations
Color information
#802D47 (or 0x802D47) is known color: Flirt. HEX triplet: 80, 2D and 47. RGB value is (128,45,71). Sum of RGB (Red+Green+Blue) = 128+45+71=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #802D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D47 is #7FD2B8. Grayscale: #484848. Windows color (decimal): -8377017 or 4664704. OLE color: 4664704.
HSL color Cylindrical-coordinate representation of color #802D47: hue angle of 341.2º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D47 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 71 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.50 |
| HSL | 341.2º | 0.48% | 0.34% | - |
| HSV(B) | 341.2º | 0.65% | 0.5% | - |
| XYZ | 10.98 | 6.92 | 6.72 | - |
| YUV | 72.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 71 | 0 | 0.65 | 0.45 | 0.50 | 341.2 | 0.48 | 0.34 |
| Hex | 80 | 2D | 47 | 0 | 41 | 2D | 32 | 155 | 30 | 22 |
| Octal | 200 | 55 | 107 | 0 | 101 | 55 | 62 | 525 | 60 | 42 |
| Binary | 10000000 | 101101 | 1000111 | 0 | 1000001 | 101101 | 110010 | 101010101 | 110000 | 100010 |
Color Harmonies of #802D47
Complementary color
Monochromatic Colors of #802D47
Black with #802D47
Text Example
Text Example
White with #802D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D47; }
p { color: rgb(128,45,71); }
H1.HeaderClassName
{
color: #802D47;
}
.AnyTagClassName
{
color: #802D47;
}
</style>
background-color css
<style>
a { background-color: #802D47; }
a { background-color: rgb(128,45,71); }
div.DivClassName
{
background-color: #802D47;
}
.BgClassName
{
background-color: #802D47;
}
</style>
border-color css
<style>
span { border-color: #802D47; }
span { border-color: rgb(128,45,71); }
td.TdClassName
{
border-color: #802D47;
}
.TagClassName
{
border-color: #802D47;
}
</style>