Shades of Flirt #712A50
Tints of Flirt #712A50
RGB
CMYK
RGB Variations
Color information
#712A50 (or 0x712A50) is known color: Flirt. HEX triplet: 71, 2A and 50. RGB value is (113,42,80). Sum of RGB (Red+Green+Blue) = 113+42+80=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #712A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A50 is #8ED5AF. Grayscale: #434343. Windows color (decimal): -9360816 or 5253745. OLE color: 5253745.
HSL color Cylindrical-coordinate representation of color #712A50: hue angle of 327.89º 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 #712A50 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 80 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.56 |
| HSL | 327.89º | 0.46% | 0.3% | - |
| HSV(B) | 327.89º | 0.63% | 0.44% | - |
| XYZ | 9.09 | 5.75 | 8.22 | - |
| YUV | 67.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 80 | 0 | 0.63 | 0.29 | 0.56 | 327.89 | 0.46 | 0.3 |
| Hex | 71 | 2A | 50 | 0 | 3F | 1D | 38 | 148 | 2E | 1E |
| Octal | 161 | 52 | 120 | 0 | 77 | 35 | 70 | 510 | 56 | 36 |
| Binary | 1110001 | 101010 | 1010000 | 0 | 111111 | 11101 | 111000 | 101001000 | 101110 | 11110 |
Color Harmonies of #712A50
Complementary color
Monochromatic Colors of #712A50
Black with #712A50
Text Example
Text Example
White with #712A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A50; }
p { color: rgb(113,42,80); }
H1.HeaderClassName
{
color: #712A50;
}
.AnyTagClassName
{
color: #712A50;
}
</style>
background-color css
<style>
a { background-color: #712A50; }
a { background-color: rgb(113,42,80); }
div.DivClassName
{
background-color: #712A50;
}
.BgClassName
{
background-color: #712A50;
}
</style>
border-color css
<style>
span { border-color: #712A50; }
span { border-color: rgb(113,42,80); }
td.TdClassName
{
border-color: #712A50;
}
.TagClassName
{
border-color: #712A50;
}
</style>