Shades of Flirt #801752
Tints of Flirt #801752
RGB
CMYK
RGB Variations
Color information
#801752 (or 0x801752) is known color: Flirt. HEX triplet: 80, 17 and 52. RGB value is (128,23,82). Sum of RGB (Red+Green+Blue) = 128+23+82=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #801752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801752 is #7FE8AD. Grayscale: #3C3C3C. Windows color (decimal): -8382638 or 5379968. OLE color: 5379968.
HSL color Cylindrical-coordinate representation of color #801752: hue angle of 326.29º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801752 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 82 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.50 |
| HSL | 326.29º | 0.7% | 0.3% | - |
| HSV(B) | 326.29º | 0.82% | 0.5% | - |
| XYZ | 10.73 | 5.81 | 8.54 | - |
| YUV | 61.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 82 | 0 | 0.82 | 0.36 | 0.50 | 326.29 | 0.7 | 0.3 |
| Hex | 80 | 17 | 52 | 0 | 52 | 24 | 32 | 146 | 46 | 1E |
| Octal | 200 | 27 | 122 | 0 | 122 | 44 | 62 | 506 | 106 | 36 |
| Binary | 10000000 | 10111 | 1010010 | 0 | 1010010 | 100100 | 110010 | 101000110 | 1000110 | 11110 |
Color Harmonies of #801752
Complementary color
Monochromatic Colors of #801752
Black with #801752
Text Example
Text Example
White with #801752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801752; }
p { color: rgb(128,23,82); }
H1.HeaderClassName
{
color: #801752;
}
.AnyTagClassName
{
color: #801752;
}
</style>
background-color css
<style>
a { background-color: #801752; }
a { background-color: rgb(128,23,82); }
div.DivClassName
{
background-color: #801752;
}
.BgClassName
{
background-color: #801752;
}
</style>
border-color css
<style>
span { border-color: #801752; }
span { border-color: rgb(128,23,82); }
td.TdClassName
{
border-color: #801752;
}
.TagClassName
{
border-color: #801752;
}
</style>