Shades of Flirt #802853
Tints of Flirt #802853
RGB
CMYK
RGB Variations
Color information
#802853 (or 0x802853) is known color: Flirt. HEX triplet: 80, 28 and 53. RGB value is (128,40,83). Sum of RGB (Red+Green+Blue) = 128+40+83=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #802853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802853 is #7FD7AC. Grayscale: #474747. Windows color (decimal): -8378285 or 5449856. OLE color: 5449856.
HSL color Cylindrical-coordinate representation of color #802853: hue angle of 330.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802853 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 83 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.50 |
| HSL | 330.68º | 0.52% | 0.33% | - |
| HSV(B) | 330.68º | 0.69% | 0.5% | - |
| XYZ | 11.22 | 6.73 | 8.89 | - |
| YUV | 71.21 | 134.65 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 83 | 0 | 0.69 | 0.35 | 0.50 | 330.68 | 0.52 | 0.33 |
| Hex | 80 | 28 | 53 | 0 | 45 | 23 | 32 | 14B | 34 | 21 |
| Octal | 200 | 50 | 123 | 0 | 105 | 43 | 62 | 513 | 64 | 41 |
| Binary | 10000000 | 101000 | 1010011 | 0 | 1000101 | 100011 | 110010 | 101001011 | 110100 | 100001 |
Color Harmonies of #802853
Complementary color
Monochromatic Colors of #802853
Black with #802853
Text Example
Text Example
White with #802853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802853; }
p { color: rgb(128,40,83); }
H1.HeaderClassName
{
color: #802853;
}
.AnyTagClassName
{
color: #802853;
}
</style>
background-color css
<style>
a { background-color: #802853; }
a { background-color: rgb(128,40,83); }
div.DivClassName
{
background-color: #802853;
}
.BgClassName
{
background-color: #802853;
}
</style>
border-color css
<style>
span { border-color: #802853; }
span { border-color: rgb(128,40,83); }
td.TdClassName
{
border-color: #802853;
}
.TagClassName
{
border-color: #802853;
}
</style>