Shades of Flirt #712A56
Tints of Flirt #712A56
RGB
CMYK
RGB Variations
Color information
#712A56 (or 0x712A56) is known color: Flirt. HEX triplet: 71, 2A and 56. RGB value is (113,42,86). Sum of RGB (Red+Green+Blue) = 113+42+86=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #712A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A56 is #8ED5A9. Grayscale: #444444. Windows color (decimal): -9360810 or 5646961. OLE color: 5646961.
HSL color Cylindrical-coordinate representation of color #712A56: hue angle of 322.82º 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 #712A56 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 86 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.56 |
| HSL | 322.82º | 0.46% | 0.3% | - |
| HSV(B) | 322.82º | 0.63% | 0.44% | - |
| XYZ | 9.32 | 5.84 | 9.44 | - |
| YUV | 68.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 86 | 0 | 0.63 | 0.24 | 0.56 | 322.82 | 0.46 | 0.3 |
| Hex | 71 | 2A | 56 | 0 | 3F | 18 | 38 | 143 | 2E | 1E |
| Octal | 161 | 52 | 126 | 0 | 77 | 30 | 70 | 503 | 56 | 36 |
| Binary | 1110001 | 101010 | 1010110 | 0 | 111111 | 11000 | 111000 | 101000011 | 101110 | 11110 |
Color Harmonies of #712A56
Complementary color
Monochromatic Colors of #712A56
Black with #712A56
Text Example
Text Example
White with #712A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A56; }
p { color: rgb(113,42,86); }
H1.HeaderClassName
{
color: #712A56;
}
.AnyTagClassName
{
color: #712A56;
}
</style>
background-color css
<style>
a { background-color: #712A56; }
a { background-color: rgb(113,42,86); }
div.DivClassName
{
background-color: #712A56;
}
.BgClassName
{
background-color: #712A56;
}
</style>
border-color css
<style>
span { border-color: #712A56; }
span { border-color: rgb(113,42,86); }
td.TdClassName
{
border-color: #712A56;
}
.TagClassName
{
border-color: #712A56;
}
</style>