Shades of Flirt #802450
Tints of Flirt #802450
RGB
CMYK
RGB Variations
Color information
#802450 (or 0x802450) is known color: Flirt. HEX triplet: 80, 24 and 50. RGB value is (128,36,80). Sum of RGB (Red+Green+Blue) = 128+36+80=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #802450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802450 is #7FDBAF. Grayscale: #444444. Windows color (decimal): -8379312 or 5252224. OLE color: 5252224.
HSL color Cylindrical-coordinate representation of color #802450: hue angle of 331.3º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802450 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 80 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.50 |
| HSL | 331.3º | 0.56% | 0.32% | - |
| HSV(B) | 331.3º | 0.72% | 0.5% | - |
| XYZ | 10.98 | 6.43 | 8.25 | - |
| YUV | 68.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 80 | 0 | 0.72 | 0.38 | 0.50 | 331.3 | 0.56 | 0.32 |
| Hex | 80 | 24 | 50 | 0 | 48 | 26 | 32 | 14B | 38 | 20 |
| Octal | 200 | 44 | 120 | 0 | 110 | 46 | 62 | 513 | 70 | 40 |
| Binary | 10000000 | 100100 | 1010000 | 0 | 1001000 | 100110 | 110010 | 101001011 | 111000 | 100000 |
Color Harmonies of #802450
Complementary color
Monochromatic Colors of #802450
Black with #802450
Text Example
Text Example
White with #802450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802450; }
p { color: rgb(128,36,80); }
H1.HeaderClassName
{
color: #802450;
}
.AnyTagClassName
{
color: #802450;
}
</style>
background-color css
<style>
a { background-color: #802450; }
a { background-color: rgb(128,36,80); }
div.DivClassName
{
background-color: #802450;
}
.BgClassName
{
background-color: #802450;
}
</style>
border-color css
<style>
span { border-color: #802450; }
span { border-color: rgb(128,36,80); }
td.TdClassName
{
border-color: #802450;
}
.TagClassName
{
border-color: #802450;
}
</style>