Shades of Flirt #78254A
Tints of Flirt #78254A
RGB
CMYK
RGB Variations
Color information
#78254A (or 0x78254A) is known color: Flirt. HEX triplet: 78, 25 and 4A. RGB value is (120,37,74). Sum of RGB (Red+Green+Blue) = 120+37+74=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78254A is #87DAB5. Grayscale: #414141. Windows color (decimal): -8903350 or 4859256. OLE color: 4859256.
HSL color Cylindrical-coordinate representation of color #78254A: hue angle of 333.25º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78254A is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 74 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.53 |
| HSL | 333.25º | 0.53% | 0.31% | - |
| HSV(B) | 333.25º | 0.69% | 0.47% | - |
| XYZ | 9.64 | 5.81 | 7.09 | - |
| YUV | 66.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 74 | 0 | 0.69 | 0.38 | 0.53 | 333.25 | 0.53 | 0.31 |
| Hex | 78 | 25 | 4A | 0 | 45 | 26 | 35 | 14D | 35 | 1F |
| Octal | 170 | 45 | 112 | 0 | 105 | 46 | 65 | 515 | 65 | 37 |
| Binary | 1111000 | 100101 | 1001010 | 0 | 1000101 | 100110 | 110101 | 101001101 | 110101 | 11111 |
Color Harmonies of #78254A
Complementary color
Monochromatic Colors of #78254A
Black with #78254A
Text Example
Text Example
White with #78254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78254A; }
p { color: rgb(120,37,74); }
H1.HeaderClassName
{
color: #78254A;
}
.AnyTagClassName
{
color: #78254A;
}
</style>
background-color css
<style>
a { background-color: #78254A; }
a { background-color: rgb(120,37,74); }
div.DivClassName
{
background-color: #78254A;
}
.BgClassName
{
background-color: #78254A;
}
</style>
border-color css
<style>
span { border-color: #78254A; }
span { border-color: rgb(120,37,74); }
td.TdClassName
{
border-color: #78254A;
}
.TagClassName
{
border-color: #78254A;
}
</style>