Shades of Flirt #7A284C
Tints of Flirt #7A284C
RGB
CMYK
RGB Variations
Color information
#7A284C (or 0x7A284C) is known color: Flirt. HEX triplet: 7A, 28 and 4C. RGB value is (122,40,76). Sum of RGB (Red+Green+Blue) = 122+40+76=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A284C is #85D7B3. Grayscale: #444444. Windows color (decimal): -8771508 or 4991098. OLE color: 4991098.
HSL color Cylindrical-coordinate representation of color #7A284C: hue angle of 333.66º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A284C is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 40 | 76 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.52 |
| HSL | 333.66º | 0.51% | 0.32% | - |
| HSV(B) | 333.66º | 0.67% | 0.48% | - |
| XYZ | 10.09 | 6.18 | 7.5 | - |
| YUV | 68.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 40 | 76 | 0 | 0.67 | 0.38 | 0.52 | 333.66 | 0.51 | 0.32 |
| Hex | 7A | 28 | 4C | 0 | 43 | 26 | 34 | 14E | 33 | 20 |
| Octal | 172 | 50 | 114 | 0 | 103 | 46 | 64 | 516 | 63 | 40 |
| Binary | 1111010 | 101000 | 1001100 | 0 | 1000011 | 100110 | 110100 | 101001110 | 110011 | 100000 |
Color Harmonies of #7A284C
Complementary color
Monochromatic Colors of #7A284C
Black with #7A284C
Text Example
Text Example
White with #7A284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A284C; }
p { color: rgb(122,40,76); }
H1.HeaderClassName
{
color: #7A284C;
}
.AnyTagClassName
{
color: #7A284C;
}
</style>
background-color css
<style>
a { background-color: #7A284C; }
a { background-color: rgb(122,40,76); }
div.DivClassName
{
background-color: #7A284C;
}
.BgClassName
{
background-color: #7A284C;
}
</style>
border-color css
<style>
span { border-color: #7A284C; }
span { border-color: rgb(122,40,76); }
td.TdClassName
{
border-color: #7A284C;
}
.TagClassName
{
border-color: #7A284C;
}
</style>