Shades of Flirt #803456
Tints of Flirt #803456
RGB
CMYK
RGB Variations
Color information
#803456 (or 0x803456) is known color: Flirt. HEX triplet: 80, 34 and 56. RGB value is (128,52,86). Sum of RGB (Red+Green+Blue) = 128+52+86=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #803456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803456 is #7FCBA9. Grayscale: #4E4E4E. Windows color (decimal): -8375210 or 5649536. OLE color: 5649536.
HSL color Cylindrical-coordinate representation of color #803456: hue angle of 333.16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803456 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 86 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.50 |
| HSL | 333.16º | 0.42% | 0.35% | - |
| HSV(B) | 333.16º | 0.59% | 0.5% | - |
| XYZ | 11.81 | 7.72 | 9.67 | - |
| YUV | 78.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 86 | 0 | 0.59 | 0.33 | 0.50 | 333.16 | 0.42 | 0.35 |
| Hex | 80 | 34 | 56 | 0 | 3B | 21 | 32 | 14D | 2A | 23 |
| Octal | 200 | 64 | 126 | 0 | 73 | 41 | 62 | 515 | 52 | 43 |
| Binary | 10000000 | 110100 | 1010110 | 0 | 111011 | 100001 | 110010 | 101001101 | 101010 | 100011 |
Color Harmonies of #803456
Complementary color
Monochromatic Colors of #803456
Black with #803456
Text Example
Text Example
White with #803456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803456; }
p { color: rgb(128,52,86); }
H1.HeaderClassName
{
color: #803456;
}
.AnyTagClassName
{
color: #803456;
}
</style>
background-color css
<style>
a { background-color: #803456; }
a { background-color: rgb(128,52,86); }
div.DivClassName
{
background-color: #803456;
}
.BgClassName
{
background-color: #803456;
}
</style>
border-color css
<style>
span { border-color: #803456; }
span { border-color: rgb(128,52,86); }
td.TdClassName
{
border-color: #803456;
}
.TagClassName
{
border-color: #803456;
}
</style>