Shades of Flirt #782851
Tints of Flirt #782851
RGB
CMYK
RGB Variations
Color information
#782851 (or 0x782851) is known color: Flirt. HEX triplet: 78, 28 and 51. RGB value is (120,40,81). Sum of RGB (Red+Green+Blue) = 120+40+81=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #782851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782851 is #87D7AE. Grayscale: #444444. Windows color (decimal): -8902575 or 5318776. OLE color: 5318776.
HSL color Cylindrical-coordinate representation of color #782851: hue angle of 329.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #782851 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 81 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.53 |
| HSL | 329.25º | 0.5% | 0.31% | - |
| HSV(B) | 329.25º | 0.67% | 0.47% | - |
| XYZ | 9.99 | 6.1 | 8.44 | - |
| YUV | 68.59 | 135 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 81 | 0 | 0.67 | 0.32 | 0.53 | 329.25 | 0.5 | 0.31 |
| Hex | 78 | 28 | 51 | 0 | 43 | 20 | 35 | 149 | 32 | 1F |
| Octal | 170 | 50 | 121 | 0 | 103 | 40 | 65 | 511 | 62 | 37 |
| Binary | 1111000 | 101000 | 1010001 | 0 | 1000011 | 100000 | 110101 | 101001001 | 110010 | 11111 |
Color Harmonies of #782851
Complementary color
Monochromatic Colors of #782851
Black with #782851
Text Example
Text Example
White with #782851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782851; }
p { color: rgb(120,40,81); }
H1.HeaderClassName
{
color: #782851;
}
.AnyTagClassName
{
color: #782851;
}
</style>
background-color css
<style>
a { background-color: #782851; }
a { background-color: rgb(120,40,81); }
div.DivClassName
{
background-color: #782851;
}
.BgClassName
{
background-color: #782851;
}
</style>
border-color css
<style>
span { border-color: #782851; }
span { border-color: rgb(120,40,81); }
td.TdClassName
{
border-color: #782851;
}
.TagClassName
{
border-color: #782851;
}
</style>