Shades of Flirt #7D294D
Tints of Flirt #7D294D
RGB
CMYK
RGB Variations
Color information
#7D294D (or 0x7D294D) is known color: Flirt. HEX triplet: 7D, 29 and 4D. RGB value is (125,41,77). Sum of RGB (Red+Green+Blue) = 125+41+77=243 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.44% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 125 - color contains mainly: red. Hex color #7D294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D294D is #82D6B2. Grayscale: #464646. Windows color (decimal): -8574643 or 5056893. OLE color: 5056893.
HSL color Cylindrical-coordinate representation of color #7D294D: hue angle of 334.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D294D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 41 | 77 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.51 |
| HSL | 334.29º | 0.51% | 0.33% | - |
| HSV(B) | 334.29º | 0.67% | 0.49% | - |
| XYZ | 10.59 | 6.48 | 7.71 | - |
| YUV | 70.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 77 | 0 | 0.67 | 0.38 | 0.51 | 334.29 | 0.51 | 0.33 |
| Hex | 7D | 29 | 4D | 0 | 43 | 26 | 33 | 14E | 33 | 21 |
| Octal | 175 | 51 | 115 | 0 | 103 | 46 | 63 | 516 | 63 | 41 |
| Binary | 1111101 | 101001 | 1001101 | 0 | 1000011 | 100110 | 110011 | 101001110 | 110011 | 100001 |
Color Harmonies of #7D294D
Complementary color
Monochromatic Colors of #7D294D
Black with #7D294D
Text Example
Text Example
White with #7D294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D294D; }
p { color: rgb(125,41,77); }
H1.HeaderClassName
{
color: #7D294D;
}
.AnyTagClassName
{
color: #7D294D;
}
</style>
background-color css
<style>
a { background-color: #7D294D; }
a { background-color: rgb(125,41,77); }
div.DivClassName
{
background-color: #7D294D;
}
.BgClassName
{
background-color: #7D294D;
}
</style>
border-color css
<style>
span { border-color: #7D294D; }
span { border-color: rgb(125,41,77); }
td.TdClassName
{
border-color: #7D294D;
}
.TagClassName
{
border-color: #7D294D;
}
</style>