Shades of Flirt #802240
Tints of Flirt #802240
RGB
CMYK
RGB Variations
Color information
#802240 (or 0x802240) is known color: Flirt. HEX triplet: 80, 22 and 40. RGB value is (128,34,64). Sum of RGB (Red+Green+Blue) = 128+34+64=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #802240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802240 is #7FDDBF. Grayscale: #414141. Windows color (decimal): -8379840 or 4203136. OLE color: 4203136.
HSL color Cylindrical-coordinate representation of color #802240: hue angle of 340.85º 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 #802240 is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 64 | - |
| CMYK | 0 | 0.73 | 0.5 | 0.50 |
| HSL | 340.85º | 0.58% | 0.32% | - |
| HSV(B) | 340.85º | 0.73% | 0.5% | - |
| XYZ | 10.4 | 6.1 | 5.48 | - |
| YUV | 65.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 64 | 0 | 0.73 | 0.5 | 0.50 | 340.85 | 0.58 | 0.32 |
| Hex | 80 | 22 | 40 | 0 | 49 | 32 | 32 | 155 | 3A | 20 |
| Octal | 200 | 42 | 100 | 0 | 111 | 62 | 62 | 525 | 72 | 40 |
| Binary | 10000000 | 100010 | 1000000 | 0 | 1001001 | 110010 | 110010 | 101010101 | 111010 | 100000 |
Color Harmonies of #802240
Complementary color
Monochromatic Colors of #802240
Black with #802240
Text Example
Text Example
White with #802240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802240; }
p { color: rgb(128,34,64); }
H1.HeaderClassName
{
color: #802240;
}
.AnyTagClassName
{
color: #802240;
}
</style>
background-color css
<style>
a { background-color: #802240; }
a { background-color: rgb(128,34,64); }
div.DivClassName
{
background-color: #802240;
}
.BgClassName
{
background-color: #802240;
}
</style>
border-color css
<style>
span { border-color: #802240; }
span { border-color: rgb(128,34,64); }
td.TdClassName
{
border-color: #802240;
}
.TagClassName
{
border-color: #802240;
}
</style>