Shades of Flirt #7D2E51
Tints of Flirt #7D2E51
RGB
CMYK
RGB Variations
Color information
#7D2E51 (or 0x7D2E51) is known color: Flirt. HEX triplet: 7D, 2E and 51. RGB value is (125,46,81). Sum of RGB (Red+Green+Blue) = 125+46+81=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2E51 is #82D1AE. Grayscale: #494949. Windows color (decimal): -8573359 or 5320317. OLE color: 5320317.
HSL color Cylindrical-coordinate representation of color #7D2E51: hue angle of 333.42º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D2E51 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 46 | 81 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.51 |
| HSL | 333.42º | 0.46% | 0.34% | - |
| HSV(B) | 333.42º | 0.63% | 0.49% | - |
| XYZ | 10.92 | 6.91 | 8.54 | - |
| YUV | 73.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 46 | 81 | 0 | 0.63 | 0.35 | 0.51 | 333.42 | 0.46 | 0.34 |
| Hex | 7D | 2E | 51 | 0 | 3F | 23 | 33 | 14D | 2E | 22 |
| Octal | 175 | 56 | 121 | 0 | 77 | 43 | 63 | 515 | 56 | 42 |
| Binary | 1111101 | 101110 | 1010001 | 0 | 111111 | 100011 | 110011 | 101001101 | 101110 | 100010 |
Color Harmonies of #7D2E51
Complementary color
Monochromatic Colors of #7D2E51
Black with #7D2E51
Text Example
Text Example
White with #7D2E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2E51; }
p { color: rgb(125,46,81); }
H1.HeaderClassName
{
color: #7D2E51;
}
.AnyTagClassName
{
color: #7D2E51;
}
</style>
background-color css
<style>
a { background-color: #7D2E51; }
a { background-color: rgb(125,46,81); }
div.DivClassName
{
background-color: #7D2E51;
}
.BgClassName
{
background-color: #7D2E51;
}
</style>
border-color css
<style>
span { border-color: #7D2E51; }
span { border-color: rgb(125,46,81); }
td.TdClassName
{
border-color: #7D2E51;
}
.TagClassName
{
border-color: #7D2E51;
}
</style>