Shades of Flirt #802850
Tints of Flirt #802850
RGB
CMYK
RGB Variations
Color information
#802850 (or 0x802850) is known color: Flirt. HEX triplet: 80, 28 and 50. RGB value is (128,40,80). Sum of RGB (Red+Green+Blue) = 128+40+80=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #802850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802850 is #7FD7AF. Grayscale: #464646. Windows color (decimal): -8378288 or 5253248. OLE color: 5253248.
HSL color Cylindrical-coordinate representation of color #802850: hue angle of 332.73º 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 #802850 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 80 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.50 |
| HSL | 332.73º | 0.52% | 0.33% | - |
| HSV(B) | 332.73º | 0.69% | 0.5% | - |
| XYZ | 11.11 | 6.69 | 8.29 | - |
| YUV | 70.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 80 | 0 | 0.69 | 0.38 | 0.50 | 332.73 | 0.52 | 0.33 |
| Hex | 80 | 28 | 50 | 0 | 45 | 26 | 32 | 14D | 34 | 21 |
| Octal | 200 | 50 | 120 | 0 | 105 | 46 | 62 | 515 | 64 | 41 |
| Binary | 10000000 | 101000 | 1010000 | 0 | 1000101 | 100110 | 110010 | 101001101 | 110100 | 100001 |
Color Harmonies of #802850
Complementary color
Monochromatic Colors of #802850
Black with #802850
Text Example
Text Example
White with #802850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802850; }
p { color: rgb(128,40,80); }
H1.HeaderClassName
{
color: #802850;
}
.AnyTagClassName
{
color: #802850;
}
</style>
background-color css
<style>
a { background-color: #802850; }
a { background-color: rgb(128,40,80); }
div.DivClassName
{
background-color: #802850;
}
.BgClassName
{
background-color: #802850;
}
</style>
border-color css
<style>
span { border-color: #802850; }
span { border-color: rgb(128,40,80); }
td.TdClassName
{
border-color: #802850;
}
.TagClassName
{
border-color: #802850;
}
</style>