Shades of Flirt #782D4B
Tints of Flirt #782D4B
RGB
CMYK
RGB Variations
Color information
#782D4B (or 0x782D4B) is known color: Flirt. HEX triplet: 78, 2D and 4B. RGB value is (120,45,75). Sum of RGB (Red+Green+Blue) = 120+45+75=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #782D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D4B is #87D2B4. Grayscale: #464646. Windows color (decimal): -8901301 or 4926840. OLE color: 4926840.
HSL color Cylindrical-coordinate representation of color #782D4B: hue angle of 336º 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 #782D4B is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 75 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.53 |
| HSL | 336º | 0.45% | 0.32% | - |
| HSV(B) | 336º | 0.63% | 0.47% | - |
| XYZ | 9.95 | 6.38 | 7.36 | - |
| YUV | 70.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 75 | 0 | 0.63 | 0.37 | 0.53 | 336 | 0.45 | 0.32 |
| Hex | 78 | 2D | 4B | 0 | 3F | 25 | 35 | 150 | 2D | 20 |
| Octal | 170 | 55 | 113 | 0 | 77 | 45 | 65 | 520 | 55 | 40 |
| Binary | 1111000 | 101101 | 1001011 | 0 | 111111 | 100101 | 110101 | 101010000 | 101101 | 100000 |
Color Harmonies of #782D4B
Complementary color
Monochromatic Colors of #782D4B
Black with #782D4B
Text Example
Text Example
White with #782D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D4B; }
p { color: rgb(120,45,75); }
H1.HeaderClassName
{
color: #782D4B;
}
.AnyTagClassName
{
color: #782D4B;
}
</style>
background-color css
<style>
a { background-color: #782D4B; }
a { background-color: rgb(120,45,75); }
div.DivClassName
{
background-color: #782D4B;
}
.BgClassName
{
background-color: #782D4B;
}
</style>
border-color css
<style>
span { border-color: #782D4B; }
span { border-color: rgb(120,45,75); }
td.TdClassName
{
border-color: #782D4B;
}
.TagClassName
{
border-color: #782D4B;
}
</style>