Shades of Flirt #7D2C51
Tints of Flirt #7D2C51
RGB
CMYK
RGB Variations
Color information
#7D2C51 (or 0x7D2C51) is known color: Flirt. HEX triplet: 7D, 2C and 51. RGB value is (125,44,81). Sum of RGB (Red+Green+Blue) = 125+44+81=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2C51 is #82D3AE. Grayscale: #484848. Windows color (decimal): -8573871 or 5319805. OLE color: 5319805.
HSL color Cylindrical-coordinate representation of color #7D2C51: hue angle of 332.59º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D2C51 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 44 | 81 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.51 |
| HSL | 332.59º | 0.48% | 0.33% | - |
| HSV(B) | 332.59º | 0.65% | 0.49% | - |
| XYZ | 10.84 | 6.76 | 8.52 | - |
| YUV | 72.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 44 | 81 | 0 | 0.65 | 0.35 | 0.51 | 332.59 | 0.48 | 0.33 |
| Hex | 7D | 2C | 51 | 0 | 41 | 23 | 33 | 14D | 30 | 21 |
| Octal | 175 | 54 | 121 | 0 | 101 | 43 | 63 | 515 | 60 | 41 |
| Binary | 1111101 | 101100 | 1010001 | 0 | 1000001 | 100011 | 110011 | 101001101 | 110000 | 100001 |
Color Harmonies of #7D2C51
Complementary color
Monochromatic Colors of #7D2C51
Black with #7D2C51
Text Example
Text Example
White with #7D2C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2C51; }
p { color: rgb(125,44,81); }
H1.HeaderClassName
{
color: #7D2C51;
}
.AnyTagClassName
{
color: #7D2C51;
}
</style>
background-color css
<style>
a { background-color: #7D2C51; }
a { background-color: rgb(125,44,81); }
div.DivClassName
{
background-color: #7D2C51;
}
.BgClassName
{
background-color: #7D2C51;
}
</style>
border-color css
<style>
span { border-color: #7D2C51; }
span { border-color: rgb(125,44,81); }
td.TdClassName
{
border-color: #7D2C51;
}
.TagClassName
{
border-color: #7D2C51;
}
</style>