Shades of Flirt #712A48
Tints of Flirt #712A48
RGB
CMYK
RGB Variations
Color information
#712A48 (or 0x712A48) is known color: Flirt. HEX triplet: 71, 2A and 48. RGB value is (113,42,72). Sum of RGB (Red+Green+Blue) = 113+42+72=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #712A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A48 is #8ED5B7. Grayscale: #424242. Windows color (decimal): -9360824 or 4729457. OLE color: 4729457.
HSL color Cylindrical-coordinate representation of color #712A48: hue angle of 334.65º 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 #712A48 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 72 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.56 |
| HSL | 334.65º | 0.46% | 0.3% | - |
| HSV(B) | 334.65º | 0.63% | 0.44% | - |
| XYZ | 8.81 | 5.63 | 6.75 | - |
| YUV | 66.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 72 | 0 | 0.63 | 0.36 | 0.56 | 334.65 | 0.46 | 0.3 |
| Hex | 71 | 2A | 48 | 0 | 3F | 24 | 38 | 14F | 2E | 1E |
| Octal | 161 | 52 | 110 | 0 | 77 | 44 | 70 | 517 | 56 | 36 |
| Binary | 1110001 | 101010 | 1001000 | 0 | 111111 | 100100 | 111000 | 101001111 | 101110 | 11110 |
Color Harmonies of #712A48
Complementary color
Monochromatic Colors of #712A48
Black with #712A48
Text Example
Text Example
White with #712A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A48; }
p { color: rgb(113,42,72); }
H1.HeaderClassName
{
color: #712A48;
}
.AnyTagClassName
{
color: #712A48;
}
</style>
background-color css
<style>
a { background-color: #712A48; }
a { background-color: rgb(113,42,72); }
div.DivClassName
{
background-color: #712A48;
}
.BgClassName
{
background-color: #712A48;
}
</style>
border-color css
<style>
span { border-color: #712A48; }
span { border-color: rgb(113,42,72); }
td.TdClassName
{
border-color: #712A48;
}
.TagClassName
{
border-color: #712A48;
}
</style>