Shades of Flirt #7D344F
Tints of Flirt #7D344F
RGB
CMYK
RGB Variations
Color information
#7D344F (or 0x7D344F) is known color: Flirt. HEX triplet: 7D, 34 and 4F. RGB value is (125,52,79). Sum of RGB (Red+Green+Blue) = 125+52+79=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D344F is #82CBB0. Grayscale: #4C4C4C. Windows color (decimal): -8571825 or 5190781. OLE color: 5190781.
HSL color Cylindrical-coordinate representation of color #7D344F: hue angle of 337.81º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D344F is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 52 | 79 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.51 |
| HSL | 337.81º | 0.41% | 0.35% | - |
| HSV(B) | 337.81º | 0.58% | 0.49% | - |
| XYZ | 11.1 | 7.38 | 8.24 | - |
| YUV | 76.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 79 | 0 | 0.58 | 0.37 | 0.51 | 337.81 | 0.41 | 0.35 |
| Hex | 7D | 34 | 4F | 0 | 3A | 25 | 33 | 152 | 29 | 23 |
| Octal | 175 | 64 | 117 | 0 | 72 | 45 | 63 | 522 | 51 | 43 |
| Binary | 1111101 | 110100 | 1001111 | 0 | 111010 | 100101 | 110011 | 101010010 | 101001 | 100011 |
Color Harmonies of #7D344F
Complementary color
Monochromatic Colors of #7D344F
Black with #7D344F
Text Example
Text Example
White with #7D344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D344F; }
p { color: rgb(125,52,79); }
H1.HeaderClassName
{
color: #7D344F;
}
.AnyTagClassName
{
color: #7D344F;
}
</style>
background-color css
<style>
a { background-color: #7D344F; }
a { background-color: rgb(125,52,79); }
div.DivClassName
{
background-color: #7D344F;
}
.BgClassName
{
background-color: #7D344F;
}
</style>
border-color css
<style>
span { border-color: #7D344F; }
span { border-color: rgb(125,52,79); }
td.TdClassName
{
border-color: #7D344F;
}
.TagClassName
{
border-color: #7D344F;
}
</style>