Shades of Flirt #712A53
Tints of Flirt #712A53
RGB
CMYK
RGB Variations
Color information
#712A53 (or 0x712A53) is known color: Flirt. HEX triplet: 71, 2A and 53. RGB value is (113,42,83). Sum of RGB (Red+Green+Blue) = 113+42+83=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #712A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A53 is #8ED5AC. Grayscale: #434343. Windows color (decimal): -9360813 or 5450353. OLE color: 5450353.
HSL color Cylindrical-coordinate representation of color #712A53: hue angle of 325.35º 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 #712A53 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 83 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.56 |
| HSL | 325.35º | 0.46% | 0.3% | - |
| HSV(B) | 325.35º | 0.63% | 0.44% | - |
| XYZ | 9.2 | 5.79 | 8.82 | - |
| YUV | 67.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 83 | 0 | 0.63 | 0.27 | 0.56 | 325.35 | 0.46 | 0.3 |
| Hex | 71 | 2A | 53 | 0 | 3F | 1B | 38 | 145 | 2E | 1E |
| Octal | 161 | 52 | 123 | 0 | 77 | 33 | 70 | 505 | 56 | 36 |
| Binary | 1110001 | 101010 | 1010011 | 0 | 111111 | 11011 | 111000 | 101000101 | 101110 | 11110 |
Color Harmonies of #712A53
Complementary color
Monochromatic Colors of #712A53
Black with #712A53
Text Example
Text Example
White with #712A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A53; }
p { color: rgb(113,42,83); }
H1.HeaderClassName
{
color: #712A53;
}
.AnyTagClassName
{
color: #712A53;
}
</style>
background-color css
<style>
a { background-color: #712A53; }
a { background-color: rgb(113,42,83); }
div.DivClassName
{
background-color: #712A53;
}
.BgClassName
{
background-color: #712A53;
}
</style>
border-color css
<style>
span { border-color: #712A53; }
span { border-color: rgb(113,42,83); }
td.TdClassName
{
border-color: #712A53;
}
.TagClassName
{
border-color: #712A53;
}
</style>