Shades of Flirt #802D4A
Tints of Flirt #802D4A
RGB
CMYK
RGB Variations
Color information
#802D4A (or 0x802D4A) is known color: Flirt. HEX triplet: 80, 2D and 4A. RGB value is (128,45,74). Sum of RGB (Red+Green+Blue) = 128+45+74=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #802D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D4A is #7FD2B5. Grayscale: #494949. Windows color (decimal): -8377014 or 4861312. OLE color: 4861312.
HSL color Cylindrical-coordinate representation of color #802D4A: hue angle of 339.04º 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 #802D4A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 74 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.50 |
| HSL | 339.04º | 0.48% | 0.34% | - |
| HSV(B) | 339.04º | 0.65% | 0.5% | - |
| XYZ | 11.08 | 6.96 | 7.24 | - |
| YUV | 73.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 74 | 0 | 0.65 | 0.42 | 0.50 | 339.04 | 0.48 | 0.34 |
| Hex | 80 | 2D | 4A | 0 | 41 | 2A | 32 | 153 | 30 | 22 |
| Octal | 200 | 55 | 112 | 0 | 101 | 52 | 62 | 523 | 60 | 42 |
| Binary | 10000000 | 101101 | 1001010 | 0 | 1000001 | 101010 | 110010 | 101010011 | 110000 | 100010 |
Color Harmonies of #802D4A
Complementary color
Monochromatic Colors of #802D4A
Black with #802D4A
Text Example
Text Example
White with #802D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D4A; }
p { color: rgb(128,45,74); }
H1.HeaderClassName
{
color: #802D4A;
}
.AnyTagClassName
{
color: #802D4A;
}
</style>
background-color css
<style>
a { background-color: #802D4A; }
a { background-color: rgb(128,45,74); }
div.DivClassName
{
background-color: #802D4A;
}
.BgClassName
{
background-color: #802D4A;
}
</style>
border-color css
<style>
span { border-color: #802D4A; }
span { border-color: rgb(128,45,74); }
td.TdClassName
{
border-color: #802D4A;
}
.TagClassName
{
border-color: #802D4A;
}
</style>