Shades of Flirt #7D2B4E
Tints of Flirt #7D2B4E
RGB
CMYK
RGB Variations
Color information
#7D2B4E (or 0x7D2B4E) is known color: Flirt. HEX triplet: 7D, 2B and 4E. RGB value is (125,43,78). Sum of RGB (Red+Green+Blue) = 125+43+78=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2B4E is #82D4B1. Grayscale: #474747. Windows color (decimal): -8574130 or 5122941. OLE color: 5122941.
HSL color Cylindrical-coordinate representation of color #7D2B4E: hue angle of 334.39º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D2B4E is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 43 | 78 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.51 |
| HSL | 334.39º | 0.49% | 0.33% | - |
| HSV(B) | 334.39º | 0.66% | 0.49% | - |
| XYZ | 10.7 | 6.64 | 7.93 | - |
| YUV | 71.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 43 | 78 | 0 | 0.66 | 0.38 | 0.51 | 334.39 | 0.49 | 0.33 |
| Hex | 7D | 2B | 4E | 0 | 42 | 26 | 33 | 14E | 31 | 21 |
| Octal | 175 | 53 | 116 | 0 | 102 | 46 | 63 | 516 | 61 | 41 |
| Binary | 1111101 | 101011 | 1001110 | 0 | 1000010 | 100110 | 110011 | 101001110 | 110001 | 100001 |
Color Harmonies of #7D2B4E
Complementary color
Monochromatic Colors of #7D2B4E
Black with #7D2B4E
Text Example
Text Example
White with #7D2B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2B4E; }
p { color: rgb(125,43,78); }
H1.HeaderClassName
{
color: #7D2B4E;
}
.AnyTagClassName
{
color: #7D2B4E;
}
</style>
background-color css
<style>
a { background-color: #7D2B4E; }
a { background-color: rgb(125,43,78); }
div.DivClassName
{
background-color: #7D2B4E;
}
.BgClassName
{
background-color: #7D2B4E;
}
</style>
border-color css
<style>
span { border-color: #7D2B4E; }
span { border-color: rgb(125,43,78); }
td.TdClassName
{
border-color: #7D2B4E;
}
.TagClassName
{
border-color: #7D2B4E;
}
</style>