Shades of Flirt #782C44
Tints of Flirt #782C44
RGB
CMYK
RGB Variations
Color information
#782C44 (or 0x782C44) is known color: Flirt. HEX triplet: 78, 2C and 44. RGB value is (120,44,68). Sum of RGB (Red+Green+Blue) = 120+44+68=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #782C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C44 is #87D3BB. Grayscale: #454545. Windows color (decimal): -8901564 or 4467832. OLE color: 4467832.
HSL color Cylindrical-coordinate representation of color #782C44: hue angle of 341.05º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #782C44 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 68 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.53 |
| HSL | 341.05º | 0.46% | 0.32% | - |
| HSV(B) | 341.05º | 0.63% | 0.47% | - |
| XYZ | 9.69 | 6.21 | 6.16 | - |
| YUV | 69.46 | 127.18 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 68 | 0 | 0.63 | 0.43 | 0.53 | 341.05 | 0.46 | 0.32 |
| Hex | 78 | 2C | 44 | 0 | 3F | 2B | 35 | 155 | 2E | 20 |
| Octal | 170 | 54 | 104 | 0 | 77 | 53 | 65 | 525 | 56 | 40 |
| Binary | 1111000 | 101100 | 1000100 | 0 | 111111 | 101011 | 110101 | 101010101 | 101110 | 100000 |
Color Harmonies of #782C44
Complementary color
Monochromatic Colors of #782C44
Black with #782C44
Text Example
Text Example
White with #782C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C44; }
p { color: rgb(120,44,68); }
H1.HeaderClassName
{
color: #782C44;
}
.AnyTagClassName
{
color: #782C44;
}
</style>
background-color css
<style>
a { background-color: #782C44; }
a { background-color: rgb(120,44,68); }
div.DivClassName
{
background-color: #782C44;
}
.BgClassName
{
background-color: #782C44;
}
</style>
border-color css
<style>
span { border-color: #782C44; }
span { border-color: rgb(120,44,68); }
td.TdClassName
{
border-color: #782C44;
}
.TagClassName
{
border-color: #782C44;
}
</style>