Shades of Flirt #78254B
Tints of Flirt #78254B
RGB
CMYK
RGB Variations
Color information
#78254B (or 0x78254B) is known color: Flirt. HEX triplet: 78, 25 and 4B. RGB value is (120,37,75). Sum of RGB (Red+Green+Blue) = 120+37+75=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78254B is #87DAB4. Grayscale: #424242. Windows color (decimal): -8903349 or 4924792. OLE color: 4924792.
HSL color Cylindrical-coordinate representation of color #78254B: hue angle of 332.53º 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 #78254B is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 75 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.53 |
| HSL | 332.53º | 0.53% | 0.31% | - |
| HSV(B) | 332.53º | 0.69% | 0.47% | - |
| XYZ | 9.68 | 5.82 | 7.27 | - |
| YUV | 66.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 75 | 0 | 0.69 | 0.37 | 0.53 | 332.53 | 0.53 | 0.31 |
| Hex | 78 | 25 | 4B | 0 | 45 | 25 | 35 | 14D | 35 | 1F |
| Octal | 170 | 45 | 113 | 0 | 105 | 45 | 65 | 515 | 65 | 37 |
| Binary | 1111000 | 100101 | 1001011 | 0 | 1000101 | 100101 | 110101 | 101001101 | 110101 | 11111 |
Color Harmonies of #78254B
Complementary color
Monochromatic Colors of #78254B
Black with #78254B
Text Example
Text Example
White with #78254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78254B; }
p { color: rgb(120,37,75); }
H1.HeaderClassName
{
color: #78254B;
}
.AnyTagClassName
{
color: #78254B;
}
</style>
background-color css
<style>
a { background-color: #78254B; }
a { background-color: rgb(120,37,75); }
div.DivClassName
{
background-color: #78254B;
}
.BgClassName
{
background-color: #78254B;
}
</style>
border-color css
<style>
span { border-color: #78254B; }
span { border-color: rgb(120,37,75); }
td.TdClassName
{
border-color: #78254B;
}
.TagClassName
{
border-color: #78254B;
}
</style>