Shades of Flirt #712C50
Tints of Flirt #712C50
RGB
CMYK
RGB Variations
Color information
#712C50 (or 0x712C50) is known color: Flirt. HEX triplet: 71, 2C and 50. RGB value is (113,44,80). Sum of RGB (Red+Green+Blue) = 113+44+80=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #712C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C50 is #8ED3AF. Grayscale: #444444. Windows color (decimal): -9360304 or 5254257. OLE color: 5254257.
HSL color Cylindrical-coordinate representation of color #712C50: hue angle of 328.7º 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 #712C50 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 80 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.56 |
| HSL | 328.7º | 0.44% | 0.31% | - |
| HSV(B) | 328.7º | 0.61% | 0.44% | - |
| XYZ | 9.16 | 5.89 | 8.24 | - |
| YUV | 68.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 80 | 0 | 0.61 | 0.29 | 0.56 | 328.7 | 0.44 | 0.31 |
| Hex | 71 | 2C | 50 | 0 | 3D | 1D | 38 | 149 | 2C | 1F |
| Octal | 161 | 54 | 120 | 0 | 75 | 35 | 70 | 511 | 54 | 37 |
| Binary | 1110001 | 101100 | 1010000 | 0 | 111101 | 11101 | 111000 | 101001001 | 101100 | 11111 |
Color Harmonies of #712C50
Complementary color
Monochromatic Colors of #712C50
Black with #712C50
Text Example
Text Example
White with #712C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C50; }
p { color: rgb(113,44,80); }
H1.HeaderClassName
{
color: #712C50;
}
.AnyTagClassName
{
color: #712C50;
}
</style>
background-color css
<style>
a { background-color: #712C50; }
a { background-color: rgb(113,44,80); }
div.DivClassName
{
background-color: #712C50;
}
.BgClassName
{
background-color: #712C50;
}
</style>
border-color css
<style>
span { border-color: #712C50; }
span { border-color: rgb(113,44,80); }
td.TdClassName
{
border-color: #712C50;
}
.TagClassName
{
border-color: #712C50;
}
</style>