Shades of Flirt #803254
Tints of Flirt #803254
RGB
CMYK
RGB Variations
Color information
#803254 (or 0x803254) is known color: Flirt. HEX triplet: 80, 32 and 54. RGB value is (128,50,84). Sum of RGB (Red+Green+Blue) = 128+50+84=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #803254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803254 is #7FCDAB. Grayscale: #4D4D4D. Windows color (decimal): -8375724 or 5517952. OLE color: 5517952.
HSL color Cylindrical-coordinate representation of color #803254: hue angle of 333.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803254 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 84 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.50 |
| HSL | 333.85º | 0.44% | 0.35% | - |
| HSV(B) | 333.85º | 0.61% | 0.5% | - |
| XYZ | 11.64 | 7.51 | 9.22 | - |
| YUV | 77.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 84 | 0 | 0.61 | 0.34 | 0.50 | 333.85 | 0.44 | 0.35 |
| Hex | 80 | 32 | 54 | 0 | 3D | 22 | 32 | 14E | 2C | 23 |
| Octal | 200 | 62 | 124 | 0 | 75 | 42 | 62 | 516 | 54 | 43 |
| Binary | 10000000 | 110010 | 1010100 | 0 | 111101 | 100010 | 110010 | 101001110 | 101100 | 100011 |
Color Harmonies of #803254
Complementary color
Monochromatic Colors of #803254
Black with #803254
Text Example
Text Example
White with #803254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803254; }
p { color: rgb(128,50,84); }
H1.HeaderClassName
{
color: #803254;
}
.AnyTagClassName
{
color: #803254;
}
</style>
background-color css
<style>
a { background-color: #803254; }
a { background-color: rgb(128,50,84); }
div.DivClassName
{
background-color: #803254;
}
.BgClassName
{
background-color: #803254;
}
</style>
border-color css
<style>
span { border-color: #803254; }
span { border-color: rgb(128,50,84); }
td.TdClassName
{
border-color: #803254;
}
.TagClassName
{
border-color: #803254;
}
</style>