Shades of Flirt #803256
Tints of Flirt #803256
RGB
CMYK
RGB Variations
Color information
#803256 (or 0x803256) is known color: Flirt. HEX triplet: 80, 32 and 56. RGB value is (128,50,86). Sum of RGB (Red+Green+Blue) = 128+50+86=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #803256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803256 is #7FCDA9. Grayscale: #4D4D4D. Windows color (decimal): -8375722 or 5649024. OLE color: 5649024.
HSL color Cylindrical-coordinate representation of color #803256: hue angle of 332.31º 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 #803256 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 86 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.50 |
| HSL | 332.31º | 0.44% | 0.35% | - |
| HSV(B) | 332.31º | 0.61% | 0.5% | - |
| XYZ | 11.72 | 7.54 | 9.64 | - |
| YUV | 77.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 86 | 0 | 0.61 | 0.33 | 0.50 | 332.31 | 0.44 | 0.35 |
| Hex | 80 | 32 | 56 | 0 | 3D | 21 | 32 | 14C | 2C | 23 |
| Octal | 200 | 62 | 126 | 0 | 75 | 41 | 62 | 514 | 54 | 43 |
| Binary | 10000000 | 110010 | 1010110 | 0 | 111101 | 100001 | 110010 | 101001100 | 101100 | 100011 |
Color Harmonies of #803256
Complementary color
Monochromatic Colors of #803256
Black with #803256
Text Example
Text Example
White with #803256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803256; }
p { color: rgb(128,50,86); }
H1.HeaderClassName
{
color: #803256;
}
.AnyTagClassName
{
color: #803256;
}
</style>
background-color css
<style>
a { background-color: #803256; }
a { background-color: rgb(128,50,86); }
div.DivClassName
{
background-color: #803256;
}
.BgClassName
{
background-color: #803256;
}
</style>
border-color css
<style>
span { border-color: #803256; }
span { border-color: rgb(128,50,86); }
td.TdClassName
{
border-color: #803256;
}
.TagClassName
{
border-color: #803256;
}
</style>