Shades of Flirt #802449
Tints of Flirt #802449
RGB
CMYK
RGB Variations
Color information
#802449 (or 0x802449) is known color: Flirt. HEX triplet: 80, 24 and 49. RGB value is (128,36,73). Sum of RGB (Red+Green+Blue) = 128+36+73=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #802449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802449 is #7FDBB6. Grayscale: #434343. Windows color (decimal): -8379319 or 4793472. OLE color: 4793472.
HSL color Cylindrical-coordinate representation of color #802449: hue angle of 335.87º 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 #802449 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 73 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.50 |
| HSL | 335.87º | 0.56% | 0.32% | - |
| HSV(B) | 335.87º | 0.72% | 0.5% | - |
| XYZ | 10.74 | 6.33 | 6.96 | - |
| YUV | 67.73 | 130.98 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 73 | 0 | 0.72 | 0.43 | 0.50 | 335.87 | 0.56 | 0.32 |
| Hex | 80 | 24 | 49 | 0 | 48 | 2B | 32 | 150 | 38 | 20 |
| Octal | 200 | 44 | 111 | 0 | 110 | 53 | 62 | 520 | 70 | 40 |
| Binary | 10000000 | 100100 | 1001001 | 0 | 1001000 | 101011 | 110010 | 101010000 | 111000 | 100000 |
Color Harmonies of #802449
Complementary color
Monochromatic Colors of #802449
Black with #802449
Text Example
Text Example
White with #802449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802449; }
p { color: rgb(128,36,73); }
H1.HeaderClassName
{
color: #802449;
}
.AnyTagClassName
{
color: #802449;
}
</style>
background-color css
<style>
a { background-color: #802449; }
a { background-color: rgb(128,36,73); }
div.DivClassName
{
background-color: #802449;
}
.BgClassName
{
background-color: #802449;
}
</style>
border-color css
<style>
span { border-color: #802449; }
span { border-color: rgb(128,36,73); }
td.TdClassName
{
border-color: #802449;
}
.TagClassName
{
border-color: #802449;
}
</style>