Shades of Flirt #712D4C
Tints of Flirt #712D4C
RGB
CMYK
RGB Variations
Color information
#712D4C (or 0x712D4C) is known color: Flirt. HEX triplet: 71, 2D and 4C. RGB value is (113,45,76). Sum of RGB (Red+Green+Blue) = 113+45+76=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #712D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D4C is #8ED2B3. Grayscale: #444444. Windows color (decimal): -9360052 or 4992369. OLE color: 4992369.
HSL color Cylindrical-coordinate representation of color #712D4C: hue angle of 332.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712D4C is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 76 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.56 |
| HSL | 332.65º | 0.43% | 0.31% | - |
| HSV(B) | 332.65º | 0.6% | 0.44% | - |
| XYZ | 9.05 | 5.91 | 7.5 | - |
| YUV | 68.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 76 | 0 | 0.60 | 0.33 | 0.56 | 332.65 | 0.43 | 0.31 |
| Hex | 71 | 2D | 4C | 0 | 3C | 21 | 38 | 14D | 2B | 1F |
| Octal | 161 | 55 | 114 | 0 | 74 | 41 | 70 | 515 | 53 | 37 |
| Binary | 1110001 | 101101 | 1001100 | 0 | 111100 | 100001 | 111000 | 101001101 | 101011 | 11111 |
Color Harmonies of #712D4C
Complementary color
Monochromatic Colors of #712D4C
Black with #712D4C
Text Example
Text Example
White with #712D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D4C; }
p { color: rgb(113,45,76); }
H1.HeaderClassName
{
color: #712D4C;
}
.AnyTagClassName
{
color: #712D4C;
}
</style>
background-color css
<style>
a { background-color: #712D4C; }
a { background-color: rgb(113,45,76); }
div.DivClassName
{
background-color: #712D4C;
}
.BgClassName
{
background-color: #712D4C;
}
</style>
border-color css
<style>
span { border-color: #712D4C; }
span { border-color: rgb(113,45,76); }
td.TdClassName
{
border-color: #712D4C;
}
.TagClassName
{
border-color: #712D4C;
}
</style>