Shades of Flirt #782B4E
Tints of Flirt #782B4E
RGB
CMYK
RGB Variations
Color information
#782B4E (or 0x782B4E) is known color: Flirt. HEX triplet: 78, 2B and 4E. RGB value is (120,43,78). Sum of RGB (Red+Green+Blue) = 120+43+78=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #782B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B4E is #87D4B1. Grayscale: #454545. Windows color (decimal): -8901810 or 5122936. OLE color: 5122936.
HSL color Cylindrical-coordinate representation of color #782B4E: hue angle of 332.73º 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 #782B4E is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 43 | 78 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.53 |
| HSL | 332.73º | 0.47% | 0.32% | - |
| HSV(B) | 332.73º | 0.64% | 0.47% | - |
| XYZ | 9.98 | 6.27 | 7.89 | - |
| YUV | 70.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 43 | 78 | 0 | 0.64 | 0.35 | 0.53 | 332.73 | 0.47 | 0.32 |
| Hex | 78 | 2B | 4E | 0 | 40 | 23 | 35 | 14D | 2F | 20 |
| Octal | 170 | 53 | 116 | 0 | 100 | 43 | 65 | 515 | 57 | 40 |
| Binary | 1111000 | 101011 | 1001110 | 0 | 1000000 | 100011 | 110101 | 101001101 | 101111 | 100000 |
Color Harmonies of #782B4E
Complementary color
Monochromatic Colors of #782B4E
Black with #782B4E
Text Example
Text Example
White with #782B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782B4E; }
p { color: rgb(120,43,78); }
H1.HeaderClassName
{
color: #782B4E;
}
.AnyTagClassName
{
color: #782B4E;
}
</style>
background-color css
<style>
a { background-color: #782B4E; }
a { background-color: rgb(120,43,78); }
div.DivClassName
{
background-color: #782B4E;
}
.BgClassName
{
background-color: #782B4E;
}
</style>
border-color css
<style>
span { border-color: #782B4E; }
span { border-color: rgb(120,43,78); }
td.TdClassName
{
border-color: #782B4E;
}
.TagClassName
{
border-color: #782B4E;
}
</style>