Shades of Flirt #712C47
Tints of Flirt #712C47
RGB
CMYK
RGB Variations
Color information
#712C47 (or 0x712C47) is known color: Flirt. HEX triplet: 71, 2C and 47. RGB value is (113,44,71). Sum of RGB (Red+Green+Blue) = 113+44+71=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #712C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C47 is #8ED3B8. Grayscale: #434343. Windows color (decimal): -9360313 or 4664433. OLE color: 4664433.
HSL color Cylindrical-coordinate representation of color #712C47: hue angle of 336.52º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C47 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 71 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.56 |
| HSL | 336.52º | 0.44% | 0.31% | - |
| HSV(B) | 336.52º | 0.61% | 0.44% | - |
| XYZ | 8.85 | 5.77 | 6.61 | - |
| YUV | 67.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 71 | 0 | 0.61 | 0.37 | 0.56 | 336.52 | 0.44 | 0.31 |
| Hex | 71 | 2C | 47 | 0 | 3D | 25 | 38 | 151 | 2C | 1F |
| Octal | 161 | 54 | 107 | 0 | 75 | 45 | 70 | 521 | 54 | 37 |
| Binary | 1110001 | 101100 | 1000111 | 0 | 111101 | 100101 | 111000 | 101010001 | 101100 | 11111 |
Color Harmonies of #712C47
Complementary color
Monochromatic Colors of #712C47
Black with #712C47
Text Example
Text Example
White with #712C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C47; }
p { color: rgb(113,44,71); }
H1.HeaderClassName
{
color: #712C47;
}
.AnyTagClassName
{
color: #712C47;
}
</style>
background-color css
<style>
a { background-color: #712C47; }
a { background-color: rgb(113,44,71); }
div.DivClassName
{
background-color: #712C47;
}
.BgClassName
{
background-color: #712C47;
}
</style>
border-color css
<style>
span { border-color: #712C47; }
span { border-color: rgb(113,44,71); }
td.TdClassName
{
border-color: #712C47;
}
.TagClassName
{
border-color: #712C47;
}
</style>