Shades of Flirt #7D3656
Tints of Flirt #7D3656
RGB
CMYK
RGB Variations
Color information
#7D3656 (or 0x7D3656) is known color: Flirt. HEX triplet: 7D, 36 and 56. RGB value is (125,54,86). Sum of RGB (Red+Green+Blue) = 125+54+86=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3656 is #82C9A9. Grayscale: #4E4E4E. Windows color (decimal): -8571306 or 5650045. OLE color: 5650045.
HSL color Cylindrical-coordinate representation of color #7D3656: hue angle of 332.96º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D3656 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 54 | 86 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.51 |
| HSL | 332.96º | 0.4% | 0.35% | - |
| HSV(B) | 332.96º | 0.57% | 0.49% | - |
| XYZ | 11.46 | 7.67 | 9.68 | - |
| YUV | 78.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 86 | 0 | 0.57 | 0.31 | 0.51 | 332.96 | 0.4 | 0.35 |
| Hex | 7D | 36 | 56 | 0 | 39 | 1F | 33 | 14D | 28 | 23 |
| Octal | 175 | 66 | 126 | 0 | 71 | 37 | 63 | 515 | 50 | 43 |
| Binary | 1111101 | 110110 | 1010110 | 0 | 111001 | 11111 | 110011 | 101001101 | 101000 | 100011 |
Color Harmonies of #7D3656
Complementary color
Monochromatic Colors of #7D3656
Black with #7D3656
Text Example
Text Example
White with #7D3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3656; }
p { color: rgb(125,54,86); }
H1.HeaderClassName
{
color: #7D3656;
}
.AnyTagClassName
{
color: #7D3656;
}
</style>
background-color css
<style>
a { background-color: #7D3656; }
a { background-color: rgb(125,54,86); }
div.DivClassName
{
background-color: #7D3656;
}
.BgClassName
{
background-color: #7D3656;
}
</style>
border-color css
<style>
span { border-color: #7D3656; }
span { border-color: rgb(125,54,86); }
td.TdClassName
{
border-color: #7D3656;
}
.TagClassName
{
border-color: #7D3656;
}
</style>