Shades of Flirt #782A48
Tints of Flirt #782A48
RGB
CMYK
RGB Variations
Color information
#782A48 (or 0x782A48) is known color: Flirt. HEX triplet: 78, 2A and 48. RGB value is (120,42,72). Sum of RGB (Red+Green+Blue) = 120+42+72=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #782A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782A48 is #87D5B7. Grayscale: #444444. Windows color (decimal): -8902072 or 4729464. OLE color: 4729464.
HSL color Cylindrical-coordinate representation of color #782A48: hue angle of 336.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A48 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 72 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.53 |
| HSL | 336.92º | 0.48% | 0.32% | - |
| HSV(B) | 336.92º | 0.65% | 0.47% | - |
| XYZ | 9.74 | 6.12 | 6.8 | - |
| YUV | 68.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 72 | 0 | 0.65 | 0.40 | 0.53 | 336.92 | 0.48 | 0.32 |
| Hex | 78 | 2A | 48 | 0 | 41 | 28 | 35 | 151 | 30 | 20 |
| Octal | 170 | 52 | 110 | 0 | 101 | 50 | 65 | 521 | 60 | 40 |
| Binary | 1111000 | 101010 | 1001000 | 0 | 1000001 | 101000 | 110101 | 101010001 | 110000 | 100000 |
Color Harmonies of #782A48
Complementary color
Monochromatic Colors of #782A48
Black with #782A48
Text Example
Text Example
White with #782A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A48; }
p { color: rgb(120,42,72); }
H1.HeaderClassName
{
color: #782A48;
}
.AnyTagClassName
{
color: #782A48;
}
</style>
background-color css
<style>
a { background-color: #782A48; }
a { background-color: rgb(120,42,72); }
div.DivClassName
{
background-color: #782A48;
}
.BgClassName
{
background-color: #782A48;
}
</style>
border-color css
<style>
span { border-color: #782A48; }
span { border-color: rgb(120,42,72); }
td.TdClassName
{
border-color: #782A48;
}
.TagClassName
{
border-color: #782A48;
}
</style>