Shades of Flirt #782144
Tints of Flirt #782144
RGB
CMYK
RGB Variations
Color information
#782144 (or 0x782144) is known color: Flirt. HEX triplet: 78, 21 and 44. RGB value is (120,33,68). Sum of RGB (Red+Green+Blue) = 120+33+68=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #782144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782144 is #87DEBB. Grayscale: #3E3E3E. Windows color (decimal): -8904380 or 4465016. OLE color: 4465016.
HSL color Cylindrical-coordinate representation of color #782144: hue angle of 335.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782144 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 33 | 68 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.53 |
| HSL | 335.86º | 0.57% | 0.3% | - |
| HSV(B) | 335.86º | 0.73% | 0.47% | - |
| XYZ | 9.33 | 5.5 | 6.04 | - |
| YUV | 63 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 68 | 0 | 0.72 | 0.43 | 0.53 | 335.86 | 0.57 | 0.3 |
| Hex | 78 | 21 | 44 | 0 | 48 | 2B | 35 | 150 | 39 | 1E |
| Octal | 170 | 41 | 104 | 0 | 110 | 53 | 65 | 520 | 71 | 36 |
| Binary | 1111000 | 100001 | 1000100 | 0 | 1001000 | 101011 | 110101 | 101010000 | 111001 | 11110 |
Color Harmonies of #782144
Complementary color
Monochromatic Colors of #782144
Black with #782144
Text Example
Text Example
White with #782144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782144; }
p { color: rgb(120,33,68); }
H1.HeaderClassName
{
color: #782144;
}
.AnyTagClassName
{
color: #782144;
}
</style>
background-color css
<style>
a { background-color: #782144; }
a { background-color: rgb(120,33,68); }
div.DivClassName
{
background-color: #782144;
}
.BgClassName
{
background-color: #782144;
}
</style>
border-color css
<style>
span { border-color: #782144; }
span { border-color: rgb(120,33,68); }
td.TdClassName
{
border-color: #782144;
}
.TagClassName
{
border-color: #782144;
}
</style>