Shades of Flirt #712A4B
Tints of Flirt #712A4B
RGB
CMYK
RGB Variations
Color information
#712A4B (or 0x712A4B) is known color: Flirt. HEX triplet: 71, 2A and 4B. RGB value is (113,42,75). Sum of RGB (Red+Green+Blue) = 113+42+75=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #712A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A4B is #8ED5B4. Grayscale: #424242. Windows color (decimal): -9360821 or 4926065. OLE color: 4926065.
HSL color Cylindrical-coordinate representation of color #712A4B: hue angle of 332.11º 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 #712A4B is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 42 | 75 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.56 |
| HSL | 332.11º | 0.46% | 0.3% | - |
| HSV(B) | 332.11º | 0.63% | 0.44% | - |
| XYZ | 8.91 | 5.67 | 7.28 | - |
| YUV | 66.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 75 | 0 | 0.63 | 0.34 | 0.56 | 332.11 | 0.46 | 0.3 |
| Hex | 71 | 2A | 4B | 0 | 3F | 22 | 38 | 14C | 2E | 1E |
| Octal | 161 | 52 | 113 | 0 | 77 | 42 | 70 | 514 | 56 | 36 |
| Binary | 1110001 | 101010 | 1001011 | 0 | 111111 | 100010 | 111000 | 101001100 | 101110 | 11110 |
Color Harmonies of #712A4B
Complementary color
Monochromatic Colors of #712A4B
Black with #712A4B
Text Example
Text Example
White with #712A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A4B; }
p { color: rgb(113,42,75); }
H1.HeaderClassName
{
color: #712A4B;
}
.AnyTagClassName
{
color: #712A4B;
}
</style>
background-color css
<style>
a { background-color: #712A4B; }
a { background-color: rgb(113,42,75); }
div.DivClassName
{
background-color: #712A4B;
}
.BgClassName
{
background-color: #712A4B;
}
</style>
border-color css
<style>
span { border-color: #712A4B; }
span { border-color: rgb(113,42,75); }
td.TdClassName
{
border-color: #712A4B;
}
.TagClassName
{
border-color: #712A4B;
}
</style>