Shades of Flirt #802944
Tints of Flirt #802944
RGB
CMYK
RGB Variations
Color information
#802944 (or 0x802944) is known color: Flirt. HEX triplet: 80, 29 and 44. RGB value is (128,41,68). Sum of RGB (Red+Green+Blue) = 128+41+68=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #802944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802944 is #7FD6BB. Grayscale: #464646. Windows color (decimal): -8378044 or 4467072. OLE color: 4467072.
HSL color Cylindrical-coordinate representation of color #802944: hue angle of 341.38º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802944 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 68 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.50 |
| HSL | 341.38º | 0.51% | 0.33% | - |
| HSV(B) | 341.38º | 0.68% | 0.5% | - |
| XYZ | 10.74 | 6.59 | 6.18 | - |
| YUV | 70.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 68 | 0 | 0.68 | 0.47 | 0.50 | 341.38 | 0.51 | 0.33 |
| Hex | 80 | 29 | 44 | 0 | 44 | 2F | 32 | 155 | 33 | 21 |
| Octal | 200 | 51 | 104 | 0 | 104 | 57 | 62 | 525 | 63 | 41 |
| Binary | 10000000 | 101001 | 1000100 | 0 | 1000100 | 101111 | 110010 | 101010101 | 110011 | 100001 |
Color Harmonies of #802944
Complementary color
Monochromatic Colors of #802944
Black with #802944
Text Example
Text Example
White with #802944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802944; }
p { color: rgb(128,41,68); }
H1.HeaderClassName
{
color: #802944;
}
.AnyTagClassName
{
color: #802944;
}
</style>
background-color css
<style>
a { background-color: #802944; }
a { background-color: rgb(128,41,68); }
div.DivClassName
{
background-color: #802944;
}
.BgClassName
{
background-color: #802944;
}
</style>
border-color css
<style>
span { border-color: #802944; }
span { border-color: rgb(128,41,68); }
td.TdClassName
{
border-color: #802944;
}
.TagClassName
{
border-color: #802944;
}
</style>