Shades of Flirt #782849
Tints of Flirt #782849
RGB
CMYK
RGB Variations
Color information
#782849 (or 0x782849) is known color: Flirt. HEX triplet: 78, 28 and 49. RGB value is (120,40,73). Sum of RGB (Red+Green+Blue) = 120+40+73=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #782849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782849 is #87D7B6. Grayscale: #434343. Windows color (decimal): -8902583 or 4794488. OLE color: 4794488.
HSL color Cylindrical-coordinate representation of color #782849: hue angle of 335.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 #782849 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 73 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.53 |
| HSL | 335.25º | 0.5% | 0.31% | - |
| HSV(B) | 335.25º | 0.67% | 0.47% | - |
| XYZ | 9.71 | 5.99 | 6.95 | - |
| YUV | 67.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 73 | 0 | 0.67 | 0.39 | 0.53 | 335.25 | 0.5 | 0.31 |
| Hex | 78 | 28 | 49 | 0 | 43 | 27 | 35 | 14F | 32 | 1F |
| Octal | 170 | 50 | 111 | 0 | 103 | 47 | 65 | 517 | 62 | 37 |
| Binary | 1111000 | 101000 | 1001001 | 0 | 1000011 | 100111 | 110101 | 101001111 | 110010 | 11111 |
Color Harmonies of #782849
Complementary color
Monochromatic Colors of #782849
Black with #782849
Text Example
Text Example
White with #782849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782849; }
p { color: rgb(120,40,73); }
H1.HeaderClassName
{
color: #782849;
}
.AnyTagClassName
{
color: #782849;
}
</style>
background-color css
<style>
a { background-color: #782849; }
a { background-color: rgb(120,40,73); }
div.DivClassName
{
background-color: #782849;
}
.BgClassName
{
background-color: #782849;
}
</style>
border-color css
<style>
span { border-color: #782849; }
span { border-color: rgb(120,40,73); }
td.TdClassName
{
border-color: #782849;
}
.TagClassName
{
border-color: #782849;
}
</style>