Shades of Flirt #7D3260
Tints of Flirt #7D3260
RGB
CMYK
RGB Variations
Color information
#7D3260 (or 0x7D3260) is known color: Flirt. HEX triplet: 7D, 32 and 60. RGB value is (125,50,96). Sum of RGB (Red+Green+Blue) = 125+50+96=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3260 is #82CD9F. Grayscale: #4D4D4D. Windows color (decimal): -8572320 or 6304381. OLE color: 6304381.
HSL color Cylindrical-coordinate representation of color #7D3260: hue angle of 323.2º 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 #7D3260 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 50 | 96 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.51 |
| HSL | 323.2º | 0.43% | 0.34% | - |
| HSV(B) | 323.2º | 0.6% | 0.49% | - |
| XYZ | 11.71 | 7.49 | 11.89 | - |
| YUV | 77.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 96 | 0 | 0.60 | 0.23 | 0.51 | 323.2 | 0.43 | 0.34 |
| Hex | 7D | 32 | 60 | 0 | 3C | 17 | 33 | 143 | 2B | 22 |
| Octal | 175 | 62 | 140 | 0 | 74 | 27 | 63 | 503 | 53 | 42 |
| Binary | 1111101 | 110010 | 1100000 | 0 | 111100 | 10111 | 110011 | 101000011 | 101011 | 100010 |
Color Harmonies of #7D3260
Complementary color
Monochromatic Colors of #7D3260
Black with #7D3260
Text Example
Text Example
White with #7D3260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3260; }
p { color: rgb(125,50,96); }
H1.HeaderClassName
{
color: #7D3260;
}
.AnyTagClassName
{
color: #7D3260;
}
</style>
background-color css
<style>
a { background-color: #7D3260; }
a { background-color: rgb(125,50,96); }
div.DivClassName
{
background-color: #7D3260;
}
.BgClassName
{
background-color: #7D3260;
}
</style>
border-color css
<style>
span { border-color: #7D3260; }
span { border-color: rgb(125,50,96); }
td.TdClassName
{
border-color: #7D3260;
}
.TagClassName
{
border-color: #7D3260;
}
</style>