Shades of Flirt #712E4E
Tints of Flirt #712E4E
RGB
CMYK
RGB Variations
Color information
#712E4E (or 0x712E4E) is known color: Flirt. HEX triplet: 71, 2E and 4E. RGB value is (113,46,78). Sum of RGB (Red+Green+Blue) = 113+46+78=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #712E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712E4E is #8ED1B1. Grayscale: #454545. Windows color (decimal): -9359794 or 5123697. OLE color: 5123697.
HSL color Cylindrical-coordinate representation of color #712E4E: hue angle of 331.34º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712E4E is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 78 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.56 |
| HSL | 331.34º | 0.42% | 0.31% | - |
| HSV(B) | 331.34º | 0.59% | 0.44% | - |
| XYZ | 9.16 | 6.01 | 7.89 | - |
| YUV | 69.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 78 | 0 | 0.59 | 0.31 | 0.56 | 331.34 | 0.42 | 0.31 |
| Hex | 71 | 2E | 4E | 0 | 3B | 1F | 38 | 14B | 2A | 1F |
| Octal | 161 | 56 | 116 | 0 | 73 | 37 | 70 | 513 | 52 | 37 |
| Binary | 1110001 | 101110 | 1001110 | 0 | 111011 | 11111 | 111000 | 101001011 | 101010 | 11111 |
Color Harmonies of #712E4E
Complementary color
Monochromatic Colors of #712E4E
Black with #712E4E
Text Example
Text Example
White with #712E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E4E; }
p { color: rgb(113,46,78); }
H1.HeaderClassName
{
color: #712E4E;
}
.AnyTagClassName
{
color: #712E4E;
}
</style>
background-color css
<style>
a { background-color: #712E4E; }
a { background-color: rgb(113,46,78); }
div.DivClassName
{
background-color: #712E4E;
}
.BgClassName
{
background-color: #712E4E;
}
</style>
border-color css
<style>
span { border-color: #712E4E; }
span { border-color: rgb(113,46,78); }
td.TdClassName
{
border-color: #712E4E;
}
.TagClassName
{
border-color: #712E4E;
}
</style>