Shades of Flirt #712C4E
Tints of Flirt #712C4E
RGB
CMYK
RGB Variations
Color information
#712C4E (or 0x712C4E) is known color: Flirt. HEX triplet: 71, 2C and 4E. RGB value is (113,44,78). Sum of RGB (Red+Green+Blue) = 113+44+78=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #712C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C4E is #8ED3B1. Grayscale: #444444. Windows color (decimal): -9360306 or 5123185. OLE color: 5123185.
HSL color Cylindrical-coordinate representation of color #712C4E: hue angle of 330.43º 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 #712C4E is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 78 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.56 |
| HSL | 330.43º | 0.44% | 0.31% | - |
| HSV(B) | 330.43º | 0.61% | 0.44% | - |
| XYZ | 9.09 | 5.86 | 7.86 | - |
| YUV | 68.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 78 | 0 | 0.61 | 0.31 | 0.56 | 330.43 | 0.44 | 0.31 |
| Hex | 71 | 2C | 4E | 0 | 3D | 1F | 38 | 14A | 2C | 1F |
| Octal | 161 | 54 | 116 | 0 | 75 | 37 | 70 | 512 | 54 | 37 |
| Binary | 1110001 | 101100 | 1001110 | 0 | 111101 | 11111 | 111000 | 101001010 | 101100 | 11111 |
Color Harmonies of #712C4E
Complementary color
Monochromatic Colors of #712C4E
Black with #712C4E
Text Example
Text Example
White with #712C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C4E; }
p { color: rgb(113,44,78); }
H1.HeaderClassName
{
color: #712C4E;
}
.AnyTagClassName
{
color: #712C4E;
}
</style>
background-color css
<style>
a { background-color: #712C4E; }
a { background-color: rgb(113,44,78); }
div.DivClassName
{
background-color: #712C4E;
}
.BgClassName
{
background-color: #712C4E;
}
</style>
border-color css
<style>
span { border-color: #712C4E; }
span { border-color: rgb(113,44,78); }
td.TdClassName
{
border-color: #712C4E;
}
.TagClassName
{
border-color: #712C4E;
}
</style>