Shades of Flirt #712C4B
Tints of Flirt #712C4B
RGB
CMYK
RGB Variations
Color information
#712C4B (or 0x712C4B) is known color: Flirt. HEX triplet: 71, 2C and 4B. RGB value is (113,44,75). Sum of RGB (Red+Green+Blue) = 113+44+75=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #712C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C4B is #8ED3B4. Grayscale: #444444. Windows color (decimal): -9360309 or 4926577. OLE color: 4926577.
HSL color Cylindrical-coordinate representation of color #712C4B: hue angle of 333.04º 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 #712C4B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 75 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.56 |
| HSL | 333.04º | 0.44% | 0.31% | - |
| HSV(B) | 333.04º | 0.61% | 0.44% | - |
| XYZ | 8.98 | 5.82 | 7.31 | - |
| YUV | 68.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 75 | 0 | 0.61 | 0.34 | 0.56 | 333.04 | 0.44 | 0.31 |
| Hex | 71 | 2C | 4B | 0 | 3D | 22 | 38 | 14D | 2C | 1F |
| Octal | 161 | 54 | 113 | 0 | 75 | 42 | 70 | 515 | 54 | 37 |
| Binary | 1110001 | 101100 | 1001011 | 0 | 111101 | 100010 | 111000 | 101001101 | 101100 | 11111 |
Color Harmonies of #712C4B
Complementary color
Monochromatic Colors of #712C4B
Black with #712C4B
Text Example
Text Example
White with #712C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C4B; }
p { color: rgb(113,44,75); }
H1.HeaderClassName
{
color: #712C4B;
}
.AnyTagClassName
{
color: #712C4B;
}
</style>
background-color css
<style>
a { background-color: #712C4B; }
a { background-color: rgb(113,44,75); }
div.DivClassName
{
background-color: #712C4B;
}
.BgClassName
{
background-color: #712C4B;
}
</style>
border-color css
<style>
span { border-color: #712C4B; }
span { border-color: rgb(113,44,75); }
td.TdClassName
{
border-color: #712C4B;
}
.TagClassName
{
border-color: #712C4B;
}
</style>