Shades of Flirt #712C53
Tints of Flirt #712C53
RGB
CMYK
RGB Variations
Color information
#712C53 (or 0x712C53) is known color: Flirt. HEX triplet: 71, 2C and 53. RGB value is (113,44,83). Sum of RGB (Red+Green+Blue) = 113+44+83=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #712C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C53 is #8ED3AC. Grayscale: #444444. Windows color (decimal): -9360301 or 5450865. OLE color: 5450865.
HSL color Cylindrical-coordinate representation of color #712C53: hue angle of 326.09º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712C53 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 83 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.56 |
| HSL | 326.09º | 0.44% | 0.31% | - |
| HSV(B) | 326.09º | 0.61% | 0.44% | - |
| XYZ | 9.27 | 5.94 | 8.84 | - |
| YUV | 69.08 | 135.86 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 83 | 0 | 0.61 | 0.27 | 0.56 | 326.09 | 0.44 | 0.31 |
| Hex | 71 | 2C | 53 | 0 | 3D | 1B | 38 | 146 | 2C | 1F |
| Octal | 161 | 54 | 123 | 0 | 75 | 33 | 70 | 506 | 54 | 37 |
| Binary | 1110001 | 101100 | 1010011 | 0 | 111101 | 11011 | 111000 | 101000110 | 101100 | 11111 |
Color Harmonies of #712C53
Complementary color
Monochromatic Colors of #712C53
Black with #712C53
Text Example
Text Example
White with #712C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C53; }
p { color: rgb(113,44,83); }
H1.HeaderClassName
{
color: #712C53;
}
.AnyTagClassName
{
color: #712C53;
}
</style>
background-color css
<style>
a { background-color: #712C53; }
a { background-color: rgb(113,44,83); }
div.DivClassName
{
background-color: #712C53;
}
.BgClassName
{
background-color: #712C53;
}
</style>
border-color css
<style>
span { border-color: #712C53; }
span { border-color: rgb(113,44,83); }
td.TdClassName
{
border-color: #712C53;
}
.TagClassName
{
border-color: #712C53;
}
</style>