Shades of Flirt #7A2941
Tints of Flirt #7A2941
RGB
CMYK
RGB Variations
Color information
#7A2941 (or 0x7A2941) is known color: Flirt. HEX triplet: 7A, 29 and 41. RGB value is (122,41,65). Sum of RGB (Red+Green+Blue) = 122+41+65=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2941 is #85D6BE. Grayscale: #434343. Windows color (decimal): -8771263 or 4270458. OLE color: 4270458.
HSL color Cylindrical-coordinate representation of color #7A2941: hue angle of 342.22º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A2941 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 41 | 65 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.52 |
| HSL | 342.22º | 0.5% | 0.32% | - |
| HSV(B) | 342.22º | 0.66% | 0.48% | - |
| XYZ | 9.77 | 6.11 | 5.66 | - |
| YUV | 67.96 | 126.34 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 65 | 0 | 0.66 | 0.47 | 0.52 | 342.22 | 0.5 | 0.32 |
| Hex | 7A | 29 | 41 | 0 | 42 | 2F | 34 | 156 | 32 | 20 |
| Octal | 172 | 51 | 101 | 0 | 102 | 57 | 64 | 526 | 62 | 40 |
| Binary | 1111010 | 101001 | 1000001 | 0 | 1000010 | 101111 | 110100 | 101010110 | 110010 | 100000 |
Color Harmonies of #7A2941
Complementary color
Monochromatic Colors of #7A2941
Black with #7A2941
Text Example
Text Example
White with #7A2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2941; }
p { color: rgb(122,41,65); }
H1.HeaderClassName
{
color: #7A2941;
}
.AnyTagClassName
{
color: #7A2941;
}
</style>
background-color css
<style>
a { background-color: #7A2941; }
a { background-color: rgb(122,41,65); }
div.DivClassName
{
background-color: #7A2941;
}
.BgClassName
{
background-color: #7A2941;
}
</style>
border-color css
<style>
span { border-color: #7A2941; }
span { border-color: rgb(122,41,65); }
td.TdClassName
{
border-color: #7A2941;
}
.TagClassName
{
border-color: #7A2941;
}
</style>