Shades of Flirt #802250
Tints of Flirt #802250
RGB
CMYK
RGB Variations
Color information
#802250 (or 0x802250) is known color: Flirt. HEX triplet: 80, 22 and 50. RGB value is (128,34,80). Sum of RGB (Red+Green+Blue) = 128+34+80=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #802250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802250 is #7FDDAF. Grayscale: #434343. Windows color (decimal): -8379824 or 5251712. OLE color: 5251712.
HSL color Cylindrical-coordinate representation of color #802250: hue angle of 330.64º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802250 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 80 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.50 |
| HSL | 330.64º | 0.58% | 0.32% | - |
| HSV(B) | 330.64º | 0.73% | 0.5% | - |
| XYZ | 10.92 | 6.31 | 8.23 | - |
| YUV | 67.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 80 | 0 | 0.73 | 0.38 | 0.50 | 330.64 | 0.58 | 0.32 |
| Hex | 80 | 22 | 50 | 0 | 49 | 26 | 32 | 14B | 3A | 20 |
| Octal | 200 | 42 | 120 | 0 | 111 | 46 | 62 | 513 | 72 | 40 |
| Binary | 10000000 | 100010 | 1010000 | 0 | 1001001 | 100110 | 110010 | 101001011 | 111010 | 100000 |
Color Harmonies of #802250
Complementary color
Monochromatic Colors of #802250
Black with #802250
Text Example
Text Example
White with #802250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802250; }
p { color: rgb(128,34,80); }
H1.HeaderClassName
{
color: #802250;
}
.AnyTagClassName
{
color: #802250;
}
</style>
background-color css
<style>
a { background-color: #802250; }
a { background-color: rgb(128,34,80); }
div.DivClassName
{
background-color: #802250;
}
.BgClassName
{
background-color: #802250;
}
</style>
border-color css
<style>
span { border-color: #802250; }
span { border-color: rgb(128,34,80); }
td.TdClassName
{
border-color: #802250;
}
.TagClassName
{
border-color: #802250;
}
</style>