Shades of Flirt #712C4C
Tints of Flirt #712C4C
RGB
CMYK
RGB Variations
Color information
#712C4C (or 0x712C4C) is known color: Flirt. HEX triplet: 71, 2C and 4C. RGB value is (113,44,76). Sum of RGB (Red+Green+Blue) = 113+44+76=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #712C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C4C is #8ED3B3. Grayscale: #444444. Windows color (decimal): -9360308 or 4992113. OLE color: 4992113.
HSL color Cylindrical-coordinate representation of color #712C4C: hue angle of 332.17º 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 #712C4C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 76 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.56 |
| HSL | 332.17º | 0.44% | 0.31% | - |
| HSV(B) | 332.17º | 0.61% | 0.44% | - |
| XYZ | 9.02 | 5.83 | 7.49 | - |
| YUV | 68.28 | 132.36 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 76 | 0 | 0.61 | 0.33 | 0.56 | 332.17 | 0.44 | 0.31 |
| Hex | 71 | 2C | 4C | 0 | 3D | 21 | 38 | 14C | 2C | 1F |
| Octal | 161 | 54 | 114 | 0 | 75 | 41 | 70 | 514 | 54 | 37 |
| Binary | 1110001 | 101100 | 1001100 | 0 | 111101 | 100001 | 111000 | 101001100 | 101100 | 11111 |
Color Harmonies of #712C4C
Complementary color
Monochromatic Colors of #712C4C
Black with #712C4C
Text Example
Text Example
White with #712C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C4C; }
p { color: rgb(113,44,76); }
H1.HeaderClassName
{
color: #712C4C;
}
.AnyTagClassName
{
color: #712C4C;
}
</style>
background-color css
<style>
a { background-color: #712C4C; }
a { background-color: rgb(113,44,76); }
div.DivClassName
{
background-color: #712C4C;
}
.BgClassName
{
background-color: #712C4C;
}
</style>
border-color css
<style>
span { border-color: #712C4C; }
span { border-color: rgb(113,44,76); }
td.TdClassName
{
border-color: #712C4C;
}
.TagClassName
{
border-color: #712C4C;
}
</style>