Shades of Flirt #802852
Tints of Flirt #802852
RGB
CMYK
RGB Variations
Color information
#802852 (or 0x802852) is known color: Flirt. HEX triplet: 80, 28 and 52. RGB value is (128,40,82). Sum of RGB (Red+Green+Blue) = 128+40+82=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #802852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802852 is #7FD7AD. Grayscale: #474747. Windows color (decimal): -8378286 or 5384320. OLE color: 5384320.
HSL color Cylindrical-coordinate representation of color #802852: hue angle of 331.36º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802852 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 82 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.50 |
| HSL | 331.36º | 0.52% | 0.33% | - |
| HSV(B) | 331.36º | 0.69% | 0.5% | - |
| XYZ | 11.18 | 6.72 | 8.69 | - |
| YUV | 71.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 82 | 0 | 0.69 | 0.36 | 0.50 | 331.36 | 0.52 | 0.33 |
| Hex | 80 | 28 | 52 | 0 | 45 | 24 | 32 | 14B | 34 | 21 |
| Octal | 200 | 50 | 122 | 0 | 105 | 44 | 62 | 513 | 64 | 41 |
| Binary | 10000000 | 101000 | 1010010 | 0 | 1000101 | 100100 | 110010 | 101001011 | 110100 | 100001 |
Color Harmonies of #802852
Complementary color
Monochromatic Colors of #802852
Black with #802852
Text Example
Text Example
White with #802852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802852; }
p { color: rgb(128,40,82); }
H1.HeaderClassName
{
color: #802852;
}
.AnyTagClassName
{
color: #802852;
}
</style>
background-color css
<style>
a { background-color: #802852; }
a { background-color: rgb(128,40,82); }
div.DivClassName
{
background-color: #802852;
}
.BgClassName
{
background-color: #802852;
}
</style>
border-color css
<style>
span { border-color: #802852; }
span { border-color: rgb(128,40,82); }
td.TdClassName
{
border-color: #802852;
}
.TagClassName
{
border-color: #802852;
}
</style>