Shades of Flirt #802447
Tints of Flirt #802447
RGB
CMYK
RGB Variations
Color information
#802447 (or 0x802447) is known color: Flirt. HEX triplet: 80, 24 and 47. RGB value is (128,36,71). Sum of RGB (Red+Green+Blue) = 128+36+71=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #802447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802447 is #7FDBB8. Grayscale: #434343. Windows color (decimal): -8379321 or 4662400. OLE color: 4662400.
HSL color Cylindrical-coordinate representation of color #802447: hue angle of 337.17º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802447 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 71 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.50 |
| HSL | 337.17º | 0.56% | 0.32% | - |
| HSV(B) | 337.17º | 0.72% | 0.5% | - |
| XYZ | 10.67 | 6.31 | 6.62 | - |
| YUV | 67.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 71 | 0 | 0.72 | 0.45 | 0.50 | 337.17 | 0.56 | 0.32 |
| Hex | 80 | 24 | 47 | 0 | 48 | 2D | 32 | 151 | 38 | 20 |
| Octal | 200 | 44 | 107 | 0 | 110 | 55 | 62 | 521 | 70 | 40 |
| Binary | 10000000 | 100100 | 1000111 | 0 | 1001000 | 101101 | 110010 | 101010001 | 111000 | 100000 |
Color Harmonies of #802447
Complementary color
Monochromatic Colors of #802447
Black with #802447
Text Example
Text Example
White with #802447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802447; }
p { color: rgb(128,36,71); }
H1.HeaderClassName
{
color: #802447;
}
.AnyTagClassName
{
color: #802447;
}
</style>
background-color css
<style>
a { background-color: #802447; }
a { background-color: rgb(128,36,71); }
div.DivClassName
{
background-color: #802447;
}
.BgClassName
{
background-color: #802447;
}
</style>
border-color css
<style>
span { border-color: #802447; }
span { border-color: rgb(128,36,71); }
td.TdClassName
{
border-color: #802447;
}
.TagClassName
{
border-color: #802447;
}
</style>