Shades of Flirt #802C49
Tints of Flirt #802C49
RGB
CMYK
RGB Variations
Color information
#802C49 (or 0x802C49) is known color: Flirt. HEX triplet: 80, 2C and 49. RGB value is (128,44,73). Sum of RGB (Red+Green+Blue) = 128+44+73=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #802C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C49 is #7FD3B6. Grayscale: #484848. Windows color (decimal): -8377271 or 4795520. OLE color: 4795520.
HSL color Cylindrical-coordinate representation of color #802C49: hue angle of 339.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C49 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 73 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.50 |
| HSL | 339.29º | 0.49% | 0.34% | - |
| HSV(B) | 339.29º | 0.66% | 0.5% | - |
| XYZ | 11.01 | 6.87 | 7.05 | - |
| YUV | 72.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 73 | 0 | 0.66 | 0.43 | 0.50 | 339.29 | 0.49 | 0.34 |
| Hex | 80 | 2C | 49 | 0 | 42 | 2B | 32 | 153 | 31 | 22 |
| Octal | 200 | 54 | 111 | 0 | 102 | 53 | 62 | 523 | 61 | 42 |
| Binary | 10000000 | 101100 | 1001001 | 0 | 1000010 | 101011 | 110010 | 101010011 | 110001 | 100010 |
Color Harmonies of #802C49
Complementary color
Monochromatic Colors of #802C49
Black with #802C49
Text Example
Text Example
White with #802C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C49; }
p { color: rgb(128,44,73); }
H1.HeaderClassName
{
color: #802C49;
}
.AnyTagClassName
{
color: #802C49;
}
</style>
background-color css
<style>
a { background-color: #802C49; }
a { background-color: rgb(128,44,73); }
div.DivClassName
{
background-color: #802C49;
}
.BgClassName
{
background-color: #802C49;
}
</style>
border-color css
<style>
span { border-color: #802C49; }
span { border-color: rgb(128,44,73); }
td.TdClassName
{
border-color: #802C49;
}
.TagClassName
{
border-color: #802C49;
}
</style>