Shades of Flirt #802244
Tints of Flirt #802244
RGB
CMYK
RGB Variations
Color information
#802244 (or 0x802244) is known color: Flirt. HEX triplet: 80, 22 and 44. RGB value is (128,34,68). Sum of RGB (Red+Green+Blue) = 128+34+68=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #802244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802244 is #7FDDBB. Grayscale: #414141. Windows color (decimal): -8379836 or 4465280. OLE color: 4465280.
HSL color Cylindrical-coordinate representation of color #802244: hue angle of 338.3º 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 #802244 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 68 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.50 |
| HSL | 338.3º | 0.58% | 0.32% | - |
| HSV(B) | 338.3º | 0.73% | 0.5% | - |
| XYZ | 10.52 | 6.15 | 6.1 | - |
| YUV | 65.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 68 | 0 | 0.73 | 0.47 | 0.50 | 338.3 | 0.58 | 0.32 |
| Hex | 80 | 22 | 44 | 0 | 49 | 2F | 32 | 152 | 3A | 20 |
| Octal | 200 | 42 | 104 | 0 | 111 | 57 | 62 | 522 | 72 | 40 |
| Binary | 10000000 | 100010 | 1000100 | 0 | 1001001 | 101111 | 110010 | 101010010 | 111010 | 100000 |
Color Harmonies of #802244
Complementary color
Monochromatic Colors of #802244
Black with #802244
Text Example
Text Example
White with #802244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802244; }
p { color: rgb(128,34,68); }
H1.HeaderClassName
{
color: #802244;
}
.AnyTagClassName
{
color: #802244;
}
</style>
background-color css
<style>
a { background-color: #802244; }
a { background-color: rgb(128,34,68); }
div.DivClassName
{
background-color: #802244;
}
.BgClassName
{
background-color: #802244;
}
</style>
border-color css
<style>
span { border-color: #802244; }
span { border-color: rgb(128,34,68); }
td.TdClassName
{
border-color: #802244;
}
.TagClassName
{
border-color: #802244;
}
</style>