Shades of Flirt #802644
Tints of Flirt #802644
RGB
CMYK
RGB Variations
Color information
#802644 (or 0x802644) is known color: Flirt. HEX triplet: 80, 26 and 44. RGB value is (128,38,68). Sum of RGB (Red+Green+Blue) = 128+38+68=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #802644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802644 is #7FD9BB. Grayscale: #444444. Windows color (decimal): -8378812 or 4466304. OLE color: 4466304.
HSL color Cylindrical-coordinate representation of color #802644: hue angle of 340º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802644 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 68 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.50 |
| HSL | 340º | 0.54% | 0.33% | - |
| HSV(B) | 340º | 0.7% | 0.5% | - |
| XYZ | 10.64 | 6.39 | 6.14 | - |
| YUV | 68.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 68 | 0 | 0.70 | 0.47 | 0.50 | 340 | 0.54 | 0.33 |
| Hex | 80 | 26 | 44 | 0 | 46 | 2F | 32 | 154 | 36 | 21 |
| Octal | 200 | 46 | 104 | 0 | 106 | 57 | 62 | 524 | 66 | 41 |
| Binary | 10000000 | 100110 | 1000100 | 0 | 1000110 | 101111 | 110010 | 101010100 | 110110 | 100001 |
Color Harmonies of #802644
Complementary color
Monochromatic Colors of #802644
Black with #802644
Text Example
Text Example
White with #802644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802644; }
p { color: rgb(128,38,68); }
H1.HeaderClassName
{
color: #802644;
}
.AnyTagClassName
{
color: #802644;
}
</style>
background-color css
<style>
a { background-color: #802644; }
a { background-color: rgb(128,38,68); }
div.DivClassName
{
background-color: #802644;
}
.BgClassName
{
background-color: #802644;
}
</style>
border-color css
<style>
span { border-color: #802644; }
span { border-color: rgb(128,38,68); }
td.TdClassName
{
border-color: #802644;
}
.TagClassName
{
border-color: #802644;
}
</style>