Shades of Flirt #712A4E
Tints of Flirt #712A4E
RGB
CMYK
RGB Variations
Color information
#712A4E (or 0x712A4E) is known color: Flirt. HEX triplet: 71, 2A and 4E. RGB value is (113,42,78). Sum of RGB (Red+Green+Blue) = 113+42+78=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #712A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A4E is #8ED5B1. Grayscale: #434343. Windows color (decimal): -9360818 or 5122673. OLE color: 5122673.
HSL color Cylindrical-coordinate representation of color #712A4E: hue angle of 329.58º 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 #712A4E is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 78 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.56 |
| HSL | 329.58º | 0.46% | 0.3% | - |
| HSV(B) | 329.58º | 0.63% | 0.44% | - |
| XYZ | 9.01 | 5.72 | 7.84 | - |
| YUV | 67.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 78 | 0 | 0.63 | 0.31 | 0.56 | 329.58 | 0.46 | 0.3 |
| Hex | 71 | 2A | 4E | 0 | 3F | 1F | 38 | 14A | 2E | 1E |
| Octal | 161 | 52 | 116 | 0 | 77 | 37 | 70 | 512 | 56 | 36 |
| Binary | 1110001 | 101010 | 1001110 | 0 | 111111 | 11111 | 111000 | 101001010 | 101110 | 11110 |
Color Harmonies of #712A4E
Complementary color
Monochromatic Colors of #712A4E
Black with #712A4E
Text Example
Text Example
White with #712A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A4E; }
p { color: rgb(113,42,78); }
H1.HeaderClassName
{
color: #712A4E;
}
.AnyTagClassName
{
color: #712A4E;
}
</style>
background-color css
<style>
a { background-color: #712A4E; }
a { background-color: rgb(113,42,78); }
div.DivClassName
{
background-color: #712A4E;
}
.BgClassName
{
background-color: #712A4E;
}
</style>
border-color css
<style>
span { border-color: #712A4E; }
span { border-color: rgb(113,42,78); }
td.TdClassName
{
border-color: #712A4E;
}
.TagClassName
{
border-color: #712A4E;
}
</style>