Shades of Flirt #802140
Tints of Flirt #802140
RGB
CMYK
RGB Variations
Color information
#802140 (or 0x802140) is known color: Flirt. HEX triplet: 80, 21 and 40. RGB value is (128,33,64). Sum of RGB (Red+Green+Blue) = 128+33+64=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #802140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802140 is #7FDEBF. Grayscale: #404040. Windows color (decimal): -8380096 or 4202880. OLE color: 4202880.
HSL color Cylindrical-coordinate representation of color #802140: hue angle of 340.42º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802140 is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 64 | - |
| CMYK | 0 | 0.74 | 0.5 | 0.50 |
| HSL | 340.42º | 0.59% | 0.32% | - |
| HSV(B) | 340.42º | 0.74% | 0.5% | - |
| XYZ | 10.37 | 6.05 | 5.47 | - |
| YUV | 64.94 | 127.47 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 64 | 0 | 0.74 | 0.5 | 0.50 | 340.42 | 0.59 | 0.32 |
| Hex | 80 | 21 | 40 | 0 | 4A | 32 | 32 | 154 | 3B | 20 |
| Octal | 200 | 41 | 100 | 0 | 112 | 62 | 62 | 524 | 73 | 40 |
| Binary | 10000000 | 100001 | 1000000 | 0 | 1001010 | 110010 | 110010 | 101010100 | 111011 | 100000 |
Color Harmonies of #802140
Complementary color
Monochromatic Colors of #802140
Black with #802140
Text Example
Text Example
White with #802140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802140; }
p { color: rgb(128,33,64); }
H1.HeaderClassName
{
color: #802140;
}
.AnyTagClassName
{
color: #802140;
}
</style>
background-color css
<style>
a { background-color: #802140; }
a { background-color: rgb(128,33,64); }
div.DivClassName
{
background-color: #802140;
}
.BgClassName
{
background-color: #802140;
}
</style>
border-color css
<style>
span { border-color: #802140; }
span { border-color: rgb(128,33,64); }
td.TdClassName
{
border-color: #802140;
}
.TagClassName
{
border-color: #802140;
}
</style>