Shades of Flirt #803051
Tints of Flirt #803051
RGB
CMYK
RGB Variations
Color information
#803051 (or 0x803051) is known color: Flirt. HEX triplet: 80, 30 and 51. RGB value is (128,48,81). Sum of RGB (Red+Green+Blue) = 128+48+81=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #803051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803051 is #7FCFAE. Grayscale: #4B4B4B. Windows color (decimal): -8376239 or 5320832. OLE color: 5320832.
HSL color Cylindrical-coordinate representation of color #803051: hue angle of 335.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803051 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 81 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.50 |
| HSL | 335.25º | 0.45% | 0.35% | - |
| HSV(B) | 335.25º | 0.63% | 0.5% | - |
| XYZ | 11.44 | 7.3 | 8.59 | - |
| YUV | 75.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 81 | 0 | 0.62 | 0.37 | 0.50 | 335.25 | 0.45 | 0.35 |
| Hex | 80 | 30 | 51 | 0 | 3E | 25 | 32 | 14F | 2D | 23 |
| Octal | 200 | 60 | 121 | 0 | 76 | 45 | 62 | 517 | 55 | 43 |
| Binary | 10000000 | 110000 | 1010001 | 0 | 111110 | 100101 | 110010 | 101001111 | 101101 | 100011 |
Color Harmonies of #803051
Complementary color
Monochromatic Colors of #803051
Black with #803051
Text Example
Text Example
White with #803051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803051; }
p { color: rgb(128,48,81); }
H1.HeaderClassName
{
color: #803051;
}
.AnyTagClassName
{
color: #803051;
}
</style>
background-color css
<style>
a { background-color: #803051; }
a { background-color: rgb(128,48,81); }
div.DivClassName
{
background-color: #803051;
}
.BgClassName
{
background-color: #803051;
}
</style>
border-color css
<style>
span { border-color: #803051; }
span { border-color: rgb(128,48,81); }
td.TdClassName
{
border-color: #803051;
}
.TagClassName
{
border-color: #803051;
}
</style>