Shades of Flirt #71334D
Tints of Flirt #71334D
RGB
CMYK
RGB Variations
Color information
#71334D (or 0x71334D) is known color: Flirt. HEX triplet: 71, 33 and 4D. RGB value is (113,51,77). Sum of RGB (Red+Green+Blue) = 113+51+77=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #71334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71334D is #8ECCB2. Grayscale: #484848. Windows color (decimal): -9358515 or 5059441. OLE color: 5059441.
HSL color Cylindrical-coordinate representation of color #71334D: hue angle of 334.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71334D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 51 | 77 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.56 |
| HSL | 334.84º | 0.38% | 0.32% | - |
| HSV(B) | 334.84º | 0.55% | 0.44% | - |
| XYZ | 9.33 | 6.41 | 7.77 | - |
| YUV | 72.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 77 | 0 | 0.55 | 0.32 | 0.56 | 334.84 | 0.38 | 0.32 |
| Hex | 71 | 33 | 4D | 0 | 37 | 20 | 38 | 14F | 26 | 20 |
| Octal | 161 | 63 | 115 | 0 | 67 | 40 | 70 | 517 | 46 | 40 |
| Binary | 1110001 | 110011 | 1001101 | 0 | 110111 | 100000 | 111000 | 101001111 | 100110 | 100000 |
Color Harmonies of #71334D
Complementary color
Monochromatic Colors of #71334D
Black with #71334D
Text Example
Text Example
White with #71334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71334D; }
p { color: rgb(113,51,77); }
H1.HeaderClassName
{
color: #71334D;
}
.AnyTagClassName
{
color: #71334D;
}
</style>
background-color css
<style>
a { background-color: #71334D; }
a { background-color: rgb(113,51,77); }
div.DivClassName
{
background-color: #71334D;
}
.BgClassName
{
background-color: #71334D;
}
</style>
border-color css
<style>
span { border-color: #71334D; }
span { border-color: rgb(113,51,77); }
td.TdClassName
{
border-color: #71334D;
}
.TagClassName
{
border-color: #71334D;
}
</style>