Shades of Flirt #71324D
Tints of Flirt #71324D
RGB
CMYK
RGB Variations
Color information
#71324D (or 0x71324D) is known color: Flirt. HEX triplet: 71, 32 and 4D. RGB value is (113,50,77). Sum of RGB (Red+Green+Blue) = 113+50+77=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71324D is #8ECDB2. Grayscale: #474747. Windows color (decimal): -9358771 or 5059185. OLE color: 5059185.
HSL color Cylindrical-coordinate representation of color #71324D: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71324D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 77 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.56 |
| HSL | 334.29º | 0.39% | 0.32% | - |
| HSV(B) | 334.29º | 0.56% | 0.44% | - |
| XYZ | 9.29 | 6.33 | 7.75 | - |
| YUV | 71.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 77 | 0 | 0.56 | 0.32 | 0.56 | 334.29 | 0.39 | 0.32 |
| Hex | 71 | 32 | 4D | 0 | 38 | 20 | 38 | 14E | 27 | 20 |
| Octal | 161 | 62 | 115 | 0 | 70 | 40 | 70 | 516 | 47 | 40 |
| Binary | 1110001 | 110010 | 1001101 | 0 | 111000 | 100000 | 111000 | 101001110 | 100111 | 100000 |
Color Harmonies of #71324D
Complementary color
Monochromatic Colors of #71324D
Black with #71324D
Text Example
Text Example
White with #71324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71324D; }
p { color: rgb(113,50,77); }
H1.HeaderClassName
{
color: #71324D;
}
.AnyTagClassName
{
color: #71324D;
}
</style>
background-color css
<style>
a { background-color: #71324D; }
a { background-color: rgb(113,50,77); }
div.DivClassName
{
background-color: #71324D;
}
.BgClassName
{
background-color: #71324D;
}
</style>
border-color css
<style>
span { border-color: #71324D; }
span { border-color: rgb(113,50,77); }
td.TdClassName
{
border-color: #71324D;
}
.TagClassName
{
border-color: #71324D;
}
</style>