Shades of Flirt #803257
Tints of Flirt #803257
RGB
CMYK
RGB Variations
Color information
#803257 (or 0x803257) is known color: Flirt. HEX triplet: 80, 32 and 57. RGB value is (128,50,87). Sum of RGB (Red+Green+Blue) = 128+50+87=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #803257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803257 is #7FCDA8. Grayscale: #4D4D4D. Windows color (decimal): -8375721 or 5714560. OLE color: 5714560.
HSL color Cylindrical-coordinate representation of color #803257: hue angle of 331.54º 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 #803257 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 50 | 87 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.50 |
| HSL | 331.54º | 0.44% | 0.35% | - |
| HSV(B) | 331.54º | 0.61% | 0.5% | - |
| XYZ | 11.76 | 7.56 | 9.86 | - |
| YUV | 77.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 87 | 0 | 0.61 | 0.32 | 0.50 | 331.54 | 0.44 | 0.35 |
| Hex | 80 | 32 | 57 | 0 | 3D | 20 | 32 | 14C | 2C | 23 |
| Octal | 200 | 62 | 127 | 0 | 75 | 40 | 62 | 514 | 54 | 43 |
| Binary | 10000000 | 110010 | 1010111 | 0 | 111101 | 100000 | 110010 | 101001100 | 101100 | 100011 |
Color Harmonies of #803257
Complementary color
Monochromatic Colors of #803257
Black with #803257
Text Example
Text Example
White with #803257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803257; }
p { color: rgb(128,50,87); }
H1.HeaderClassName
{
color: #803257;
}
.AnyTagClassName
{
color: #803257;
}
</style>
background-color css
<style>
a { background-color: #803257; }
a { background-color: rgb(128,50,87); }
div.DivClassName
{
background-color: #803257;
}
.BgClassName
{
background-color: #803257;
}
</style>
border-color css
<style>
span { border-color: #803257; }
span { border-color: rgb(128,50,87); }
td.TdClassName
{
border-color: #803257;
}
.TagClassName
{
border-color: #803257;
}
</style>