Shades of Flirt #802E52
Tints of Flirt #802E52
RGB
CMYK
RGB Variations
Color information
#802E52 (or 0x802E52) is known color: Flirt. HEX triplet: 80, 2E and 52. RGB value is (128,46,82). Sum of RGB (Red+Green+Blue) = 128+46+82=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #802E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802E52 is #7FD1AD. Grayscale: #4A4A4A. Windows color (decimal): -8376750 or 5385856. OLE color: 5385856.
HSL color Cylindrical-coordinate representation of color #802E52: hue angle of 333.66º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #802E52 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 46 | 82 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.50 |
| HSL | 333.66º | 0.47% | 0.34% | - |
| HSV(B) | 333.66º | 0.64% | 0.5% | - |
| XYZ | 11.4 | 7.15 | 8.76 | - |
| YUV | 74.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 82 | 0 | 0.64 | 0.36 | 0.50 | 333.66 | 0.47 | 0.34 |
| Hex | 80 | 2E | 52 | 0 | 40 | 24 | 32 | 14E | 2F | 22 |
| Octal | 200 | 56 | 122 | 0 | 100 | 44 | 62 | 516 | 57 | 42 |
| Binary | 10000000 | 101110 | 1010010 | 0 | 1000000 | 100100 | 110010 | 101001110 | 101111 | 100010 |
Color Harmonies of #802E52
Complementary color
Monochromatic Colors of #802E52
Black with #802E52
Text Example
Text Example
White with #802E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802E52; }
p { color: rgb(128,46,82); }
H1.HeaderClassName
{
color: #802E52;
}
.AnyTagClassName
{
color: #802E52;
}
</style>
background-color css
<style>
a { background-color: #802E52; }
a { background-color: rgb(128,46,82); }
div.DivClassName
{
background-color: #802E52;
}
.BgClassName
{
background-color: #802E52;
}
</style>
border-color css
<style>
span { border-color: #802E52; }
span { border-color: rgb(128,46,82); }
td.TdClassName
{
border-color: #802E52;
}
.TagClassName
{
border-color: #802E52;
}
</style>