Shades of Flirt #7A2E4B
Tints of Flirt #7A2E4B
RGB
CMYK
RGB Variations
Color information
#7A2E4B (or 0x7A2E4B) is known color: Flirt. HEX triplet: 7A, 2E and 4B. RGB value is (122,46,75). Sum of RGB (Red+Green+Blue) = 122+46+75=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2E4B is #85D1B4. Grayscale: #474747. Windows color (decimal): -8769973 or 4927098. OLE color: 4927098.
HSL color Cylindrical-coordinate representation of color #7A2E4B: hue angle of 337.11º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A2E4B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 46 | 75 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.52 |
| HSL | 337.11º | 0.45% | 0.33% | - |
| HSV(B) | 337.11º | 0.62% | 0.48% | - |
| XYZ | 10.27 | 6.6 | 7.39 | - |
| YUV | 72.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 75 | 0 | 0.62 | 0.39 | 0.52 | 337.11 | 0.45 | 0.33 |
| Hex | 7A | 2E | 4B | 0 | 3E | 27 | 34 | 151 | 2D | 21 |
| Octal | 172 | 56 | 113 | 0 | 76 | 47 | 64 | 521 | 55 | 41 |
| Binary | 1111010 | 101110 | 1001011 | 0 | 111110 | 100111 | 110100 | 101010001 | 101101 | 100001 |
Color Harmonies of #7A2E4B
Complementary color
Monochromatic Colors of #7A2E4B
Black with #7A2E4B
Text Example
Text Example
White with #7A2E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E4B; }
p { color: rgb(122,46,75); }
H1.HeaderClassName
{
color: #7A2E4B;
}
.AnyTagClassName
{
color: #7A2E4B;
}
</style>
background-color css
<style>
a { background-color: #7A2E4B; }
a { background-color: rgb(122,46,75); }
div.DivClassName
{
background-color: #7A2E4B;
}
.BgClassName
{
background-color: #7A2E4B;
}
</style>
border-color css
<style>
span { border-color: #7A2E4B; }
span { border-color: rgb(122,46,75); }
td.TdClassName
{
border-color: #7A2E4B;
}
.TagClassName
{
border-color: #7A2E4B;
}
</style>