Shades of Flirt #712852
Tints of Flirt #712852
RGB
CMYK
RGB Variations
Color information
#712852 (or 0x712852) is known color: Flirt. HEX triplet: 71, 28 and 52. RGB value is (113,40,82). Sum of RGB (Red+Green+Blue) = 113+40+82=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #712852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712852 is #8ED7AD. Grayscale: #424242. Windows color (decimal): -9361326 or 5384305. OLE color: 5384305.
HSL color Cylindrical-coordinate representation of color #712852: hue angle of 325.48º 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 #712852 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 82 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.56 |
| HSL | 325.48º | 0.48% | 0.3% | - |
| HSV(B) | 325.48º | 0.65% | 0.44% | - |
| XYZ | 9.09 | 5.64 | 8.59 | - |
| YUV | 66.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 82 | 0 | 0.65 | 0.27 | 0.56 | 325.48 | 0.48 | 0.3 |
| Hex | 71 | 28 | 52 | 0 | 41 | 1B | 38 | 145 | 30 | 1E |
| Octal | 161 | 50 | 122 | 0 | 101 | 33 | 70 | 505 | 60 | 36 |
| Binary | 1110001 | 101000 | 1010010 | 0 | 1000001 | 11011 | 111000 | 101000101 | 110000 | 11110 |
Color Harmonies of #712852
Complementary color
Monochromatic Colors of #712852
Black with #712852
Text Example
Text Example
White with #712852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712852; }
p { color: rgb(113,40,82); }
H1.HeaderClassName
{
color: #712852;
}
.AnyTagClassName
{
color: #712852;
}
</style>
background-color css
<style>
a { background-color: #712852; }
a { background-color: rgb(113,40,82); }
div.DivClassName
{
background-color: #712852;
}
.BgClassName
{
background-color: #712852;
}
</style>
border-color css
<style>
span { border-color: #712852; }
span { border-color: rgb(113,40,82); }
td.TdClassName
{
border-color: #712852;
}
.TagClassName
{
border-color: #712852;
}
</style>