Shades of Flirt #78244B
Tints of Flirt #78244B
RGB
CMYK
RGB Variations
Color information
#78244B (or 0x78244B) is known color: Flirt. HEX triplet: 78, 24 and 4B. RGB value is (120,36,75). Sum of RGB (Red+Green+Blue) = 120+36+75=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78244B is #87DBB4. Grayscale: #414141. Windows color (decimal): -8903605 or 4924536. OLE color: 4924536.
HSL color Cylindrical-coordinate representation of color #78244B: hue angle of 332.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78244B is Cyan = 0, Magento = 0.7, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 36 | 75 | - |
| CMYK | 0 | 0.7 | 0.37 | 0.53 |
| HSL | 332.14º | 0.54% | 0.31% | - |
| HSV(B) | 332.14º | 0.7% | 0.47% | - |
| XYZ | 9.65 | 5.76 | 7.26 | - |
| YUV | 65.56 | 133.33 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 75 | 0 | 0.7 | 0.37 | 0.53 | 332.14 | 0.54 | 0.31 |
| Hex | 78 | 24 | 4B | 0 | 46 | 25 | 35 | 14C | 36 | 1F |
| Octal | 170 | 44 | 113 | 0 | 106 | 45 | 65 | 514 | 66 | 37 |
| Binary | 1111000 | 100100 | 1001011 | 0 | 1000110 | 100101 | 110101 | 101001100 | 110110 | 11111 |
Color Harmonies of #78244B
Complementary color
Monochromatic Colors of #78244B
Black with #78244B
Text Example
Text Example
White with #78244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78244B; }
p { color: rgb(120,36,75); }
H1.HeaderClassName
{
color: #78244B;
}
.AnyTagClassName
{
color: #78244B;
}
</style>
background-color css
<style>
a { background-color: #78244B; }
a { background-color: rgb(120,36,75); }
div.DivClassName
{
background-color: #78244B;
}
.BgClassName
{
background-color: #78244B;
}
</style>
border-color css
<style>
span { border-color: #78244B; }
span { border-color: rgb(120,36,75); }
td.TdClassName
{
border-color: #78244B;
}
.TagClassName
{
border-color: #78244B;
}
</style>