Shades of Flirt #782B56
Tints of Flirt #782B56
RGB
CMYK
RGB Variations
Color information
#782B56 (or 0x782B56) is known color: Flirt. HEX triplet: 78, 2B and 56. RGB value is (120,43,86). Sum of RGB (Red+Green+Blue) = 120+43+86=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #782B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B56 is #87D4A9. Grayscale: #464646. Windows color (decimal): -8901802 or 5647224. OLE color: 5647224.
HSL color Cylindrical-coordinate representation of color #782B56: hue angle of 326.49º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782B56 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 43 | 86 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.53 |
| HSL | 326.49º | 0.47% | 0.32% | - |
| HSV(B) | 326.49º | 0.64% | 0.47% | - |
| XYZ | 10.29 | 6.39 | 9.5 | - |
| YUV | 70.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 43 | 86 | 0 | 0.64 | 0.28 | 0.53 | 326.49 | 0.47 | 0.32 |
| Hex | 78 | 2B | 56 | 0 | 40 | 1C | 35 | 146 | 2F | 20 |
| Octal | 170 | 53 | 126 | 0 | 100 | 34 | 65 | 506 | 57 | 40 |
| Binary | 1111000 | 101011 | 1010110 | 0 | 1000000 | 11100 | 110101 | 101000110 | 101111 | 100000 |
Color Harmonies of #782B56
Complementary color
Monochromatic Colors of #782B56
Black with #782B56
Text Example
Text Example
White with #782B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782B56; }
p { color: rgb(120,43,86); }
H1.HeaderClassName
{
color: #782B56;
}
.AnyTagClassName
{
color: #782B56;
}
</style>
background-color css
<style>
a { background-color: #782B56; }
a { background-color: rgb(120,43,86); }
div.DivClassName
{
background-color: #782B56;
}
.BgClassName
{
background-color: #782B56;
}
</style>
border-color css
<style>
span { border-color: #782B56; }
span { border-color: rgb(120,43,86); }
td.TdClassName
{
border-color: #782B56;
}
.TagClassName
{
border-color: #782B56;
}
</style>