Shades of Flirt #782D5B
Tints of Flirt #782D5B
RGB
CMYK
RGB Variations
Color information
#782D5B (or 0x782D5B) is known color: Flirt. HEX triplet: 78, 2D and 5B. RGB value is (120,45,91). Sum of RGB (Red+Green+Blue) = 120+45+91=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #782D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782D5B is #87D2A4. Grayscale: #484848. Windows color (decimal): -8901285 or 5975416. OLE color: 5975416.
HSL color Cylindrical-coordinate representation of color #782D5B: hue angle of 323.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D5B is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 91 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.53 |
| HSL | 323.2º | 0.45% | 0.32% | - |
| HSV(B) | 323.2º | 0.63% | 0.47% | - |
| XYZ | 10.57 | 6.63 | 10.62 | - |
| YUV | 72.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 91 | 0 | 0.63 | 0.24 | 0.53 | 323.2 | 0.45 | 0.32 |
| Hex | 78 | 2D | 5B | 0 | 3F | 18 | 35 | 143 | 2D | 20 |
| Octal | 170 | 55 | 133 | 0 | 77 | 30 | 65 | 503 | 55 | 40 |
| Binary | 1111000 | 101101 | 1011011 | 0 | 111111 | 11000 | 110101 | 101000011 | 101101 | 100000 |
Color Harmonies of #782D5B
Complementary color
Monochromatic Colors of #782D5B
Black with #782D5B
Text Example
Text Example
White with #782D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D5B; }
p { color: rgb(120,45,91); }
H1.HeaderClassName
{
color: #782D5B;
}
.AnyTagClassName
{
color: #782D5B;
}
</style>
background-color css
<style>
a { background-color: #782D5B; }
a { background-color: rgb(120,45,91); }
div.DivClassName
{
background-color: #782D5B;
}
.BgClassName
{
background-color: #782D5B;
}
</style>
border-color css
<style>
span { border-color: #782D5B; }
span { border-color: rgb(120,45,91); }
td.TdClassName
{
border-color: #782D5B;
}
.TagClassName
{
border-color: #782D5B;
}
</style>