Shades of Flirt #782D48
Tints of Flirt #782D48
RGB
CMYK
RGB Variations
Color information
#782D48 (or 0x782D48) is known color: Flirt. HEX triplet: 78, 2D and 48. RGB value is (120,45,72). Sum of RGB (Red+Green+Blue) = 120+45+72=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #782D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D48 is #87D2B7. Grayscale: #464646. Windows color (decimal): -8901304 or 4730232. OLE color: 4730232.
HSL color Cylindrical-coordinate representation of color #782D48: hue angle of 338.4º 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 #782D48 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 72 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.53 |
| HSL | 338.4º | 0.45% | 0.32% | - |
| HSV(B) | 338.4º | 0.63% | 0.47% | - |
| XYZ | 9.85 | 6.34 | 6.83 | - |
| YUV | 70.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 72 | 0 | 0.63 | 0.40 | 0.53 | 338.4 | 0.45 | 0.32 |
| Hex | 78 | 2D | 48 | 0 | 3F | 28 | 35 | 152 | 2D | 20 |
| Octal | 170 | 55 | 110 | 0 | 77 | 50 | 65 | 522 | 55 | 40 |
| Binary | 1111000 | 101101 | 1001000 | 0 | 111111 | 101000 | 110101 | 101010010 | 101101 | 100000 |
Color Harmonies of #782D48
Complementary color
Monochromatic Colors of #782D48
Black with #782D48
Text Example
Text Example
White with #782D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D48; }
p { color: rgb(120,45,72); }
H1.HeaderClassName
{
color: #782D48;
}
.AnyTagClassName
{
color: #782D48;
}
</style>
background-color css
<style>
a { background-color: #782D48; }
a { background-color: rgb(120,45,72); }
div.DivClassName
{
background-color: #782D48;
}
.BgClassName
{
background-color: #782D48;
}
</style>
border-color css
<style>
span { border-color: #782D48; }
span { border-color: rgb(120,45,72); }
td.TdClassName
{
border-color: #782D48;
}
.TagClassName
{
border-color: #782D48;
}
</style>