Shades of Flirt #712A54
Tints of Flirt #712A54
RGB
CMYK
RGB Variations
Color information
#712A54 (or 0x712A54) is known color: Flirt. HEX triplet: 71, 2A and 54. RGB value is (113,42,84). Sum of RGB (Red+Green+Blue) = 113+42+84=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #712A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A54 is #8ED5AB. Grayscale: #434343. Windows color (decimal): -9360812 or 5515889. OLE color: 5515889.
HSL color Cylindrical-coordinate representation of color #712A54: hue angle of 324.51º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A54 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 84 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.56 |
| HSL | 324.51º | 0.46% | 0.3% | - |
| HSV(B) | 324.51º | 0.63% | 0.44% | - |
| XYZ | 9.24 | 5.81 | 9.02 | - |
| YUV | 68.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 84 | 0 | 0.63 | 0.26 | 0.56 | 324.51 | 0.46 | 0.3 |
| Hex | 71 | 2A | 54 | 0 | 3F | 1A | 38 | 145 | 2E | 1E |
| Octal | 161 | 52 | 124 | 0 | 77 | 32 | 70 | 505 | 56 | 36 |
| Binary | 1110001 | 101010 | 1010100 | 0 | 111111 | 11010 | 111000 | 101000101 | 101110 | 11110 |
Color Harmonies of #712A54
Complementary color
Monochromatic Colors of #712A54
Black with #712A54
Text Example
Text Example
White with #712A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A54; }
p { color: rgb(113,42,84); }
H1.HeaderClassName
{
color: #712A54;
}
.AnyTagClassName
{
color: #712A54;
}
</style>
background-color css
<style>
a { background-color: #712A54; }
a { background-color: rgb(113,42,84); }
div.DivClassName
{
background-color: #712A54;
}
.BgClassName
{
background-color: #712A54;
}
</style>
border-color css
<style>
span { border-color: #712A54; }
span { border-color: rgb(113,42,84); }
td.TdClassName
{
border-color: #712A54;
}
.TagClassName
{
border-color: #712A54;
}
</style>