Shades of Flirt #7D304D
Tints of Flirt #7D304D
RGB
CMYK
RGB Variations
Color information
#7D304D (or 0x7D304D) is known color: Flirt. HEX triplet: 7D, 30 and 4D. RGB value is (125,48,77). Sum of RGB (Red+Green+Blue) = 125+48+77=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D304D is #82CFB2. Grayscale: #4A4A4A. Windows color (decimal): -8572851 or 5058685. OLE color: 5058685.
HSL color Cylindrical-coordinate representation of color #7D304D: hue angle of 337.4º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D304D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 48 | 77 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.51 |
| HSL | 337.4º | 0.45% | 0.34% | - |
| HSV(B) | 337.4º | 0.62% | 0.49% | - |
| XYZ | 10.85 | 7.01 | 7.8 | - |
| YUV | 74.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 48 | 77 | 0 | 0.62 | 0.38 | 0.51 | 337.4 | 0.45 | 0.34 |
| Hex | 7D | 30 | 4D | 0 | 3E | 26 | 33 | 151 | 2D | 22 |
| Octal | 175 | 60 | 115 | 0 | 76 | 46 | 63 | 521 | 55 | 42 |
| Binary | 1111101 | 110000 | 1001101 | 0 | 111110 | 100110 | 110011 | 101010001 | 101101 | 100010 |
Color Harmonies of #7D304D
Complementary color
Monochromatic Colors of #7D304D
Black with #7D304D
Text Example
Text Example
White with #7D304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D304D; }
p { color: rgb(125,48,77); }
H1.HeaderClassName
{
color: #7D304D;
}
.AnyTagClassName
{
color: #7D304D;
}
</style>
background-color css
<style>
a { background-color: #7D304D; }
a { background-color: rgb(125,48,77); }
div.DivClassName
{
background-color: #7D304D;
}
.BgClassName
{
background-color: #7D304D;
}
</style>
border-color css
<style>
span { border-color: #7D304D; }
span { border-color: rgb(125,48,77); }
td.TdClassName
{
border-color: #7D304D;
}
.TagClassName
{
border-color: #7D304D;
}
</style>