Shades of Flirt #712853
Tints of Flirt #712853
RGB
CMYK
RGB Variations
Color information
#712853 (or 0x712853) is known color: Flirt. HEX triplet: 71, 28 and 53. RGB value is (113,40,83). Sum of RGB (Red+Green+Blue) = 113+40+83=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #712853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712853 is #8ED7AC. Grayscale: #424242. Windows color (decimal): -9361325 or 5449841. OLE color: 5449841.
HSL color Cylindrical-coordinate representation of color #712853: hue angle of 324.66º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712853 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 83 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.56 |
| HSL | 324.66º | 0.48% | 0.3% | - |
| HSV(B) | 324.66º | 0.65% | 0.44% | - |
| XYZ | 9.13 | 5.65 | 8.79 | - |
| YUV | 66.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 83 | 0 | 0.65 | 0.27 | 0.56 | 324.66 | 0.48 | 0.3 |
| Hex | 71 | 28 | 53 | 0 | 41 | 1B | 38 | 145 | 30 | 1E |
| Octal | 161 | 50 | 123 | 0 | 101 | 33 | 70 | 505 | 60 | 36 |
| Binary | 1110001 | 101000 | 1010011 | 0 | 1000001 | 11011 | 111000 | 101000101 | 110000 | 11110 |
Color Harmonies of #712853
Complementary color
Monochromatic Colors of #712853
Black with #712853
Text Example
Text Example
White with #712853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712853; }
p { color: rgb(113,40,83); }
H1.HeaderClassName
{
color: #712853;
}
.AnyTagClassName
{
color: #712853;
}
</style>
background-color css
<style>
a { background-color: #712853; }
a { background-color: rgb(113,40,83); }
div.DivClassName
{
background-color: #712853;
}
.BgClassName
{
background-color: #712853;
}
</style>
border-color css
<style>
span { border-color: #712853; }
span { border-color: rgb(113,40,83); }
td.TdClassName
{
border-color: #712853;
}
.TagClassName
{
border-color: #712853;
}
</style>