Shades of Flirt #7D324B
Tints of Flirt #7D324B
RGB
CMYK
RGB Variations
Color information
#7D324B (or 0x7D324B) is known color: Flirt. HEX triplet: 7D, 32 and 4B. RGB value is (125,50,75). Sum of RGB (Red+Green+Blue) = 125+50+75=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D324B is #82CDB4. Grayscale: #4B4B4B. Windows color (decimal): -8572341 or 4928125. OLE color: 4928125.
HSL color Cylindrical-coordinate representation of color #7D324B: hue angle of 340º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D324B is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 50 | 75 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.51 |
| HSL | 340º | 0.43% | 0.34% | - |
| HSV(B) | 340º | 0.6% | 0.49% | - |
| XYZ | 10.87 | 7.15 | 7.46 | - |
| YUV | 75.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 75 | 0 | 0.60 | 0.40 | 0.51 | 340 | 0.43 | 0.34 |
| Hex | 7D | 32 | 4B | 0 | 3C | 28 | 33 | 154 | 2B | 22 |
| Octal | 175 | 62 | 113 | 0 | 74 | 50 | 63 | 524 | 53 | 42 |
| Binary | 1111101 | 110010 | 1001011 | 0 | 111100 | 101000 | 110011 | 101010100 | 101011 | 100010 |
Color Harmonies of #7D324B
Complementary color
Monochromatic Colors of #7D324B
Black with #7D324B
Text Example
Text Example
White with #7D324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D324B; }
p { color: rgb(125,50,75); }
H1.HeaderClassName
{
color: #7D324B;
}
.AnyTagClassName
{
color: #7D324B;
}
</style>
background-color css
<style>
a { background-color: #7D324B; }
a { background-color: rgb(125,50,75); }
div.DivClassName
{
background-color: #7D324B;
}
.BgClassName
{
background-color: #7D324B;
}
</style>
border-color css
<style>
span { border-color: #7D324B; }
span { border-color: rgb(125,50,75); }
td.TdClassName
{
border-color: #7D324B;
}
.TagClassName
{
border-color: #7D324B;
}
</style>