Shades of Flirt #802549
Tints of Flirt #802549
RGB
CMYK
RGB Variations
Color information
#802549 (or 0x802549) is known color: Flirt. HEX triplet: 80, 25 and 49. RGB value is (128,37,73). Sum of RGB (Red+Green+Blue) = 128+37+73=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #802549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802549 is #7FDAB6. Grayscale: #444444. Windows color (decimal): -8379063 or 4793728. OLE color: 4793728.
HSL color Cylindrical-coordinate representation of color #802549: hue angle of 336.26º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802549 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 73 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.50 |
| HSL | 336.26º | 0.55% | 0.32% | - |
| HSV(B) | 336.26º | 0.71% | 0.5% | - |
| XYZ | 10.77 | 6.39 | 6.97 | - |
| YUV | 68.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 73 | 0 | 0.71 | 0.43 | 0.50 | 336.26 | 0.55 | 0.32 |
| Hex | 80 | 25 | 49 | 0 | 47 | 2B | 32 | 150 | 37 | 20 |
| Octal | 200 | 45 | 111 | 0 | 107 | 53 | 62 | 520 | 67 | 40 |
| Binary | 10000000 | 100101 | 1001001 | 0 | 1000111 | 101011 | 110010 | 101010000 | 110111 | 100000 |
Color Harmonies of #802549
Complementary color
Monochromatic Colors of #802549
Black with #802549
Text Example
Text Example
White with #802549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802549; }
p { color: rgb(128,37,73); }
H1.HeaderClassName
{
color: #802549;
}
.AnyTagClassName
{
color: #802549;
}
</style>
background-color css
<style>
a { background-color: #802549; }
a { background-color: rgb(128,37,73); }
div.DivClassName
{
background-color: #802549;
}
.BgClassName
{
background-color: #802549;
}
</style>
border-color css
<style>
span { border-color: #802549; }
span { border-color: rgb(128,37,73); }
td.TdClassName
{
border-color: #802549;
}
.TagClassName
{
border-color: #802549;
}
</style>