Shades of Flirt #71354E
Tints of Flirt #71354E
RGB
CMYK
RGB Variations
Color information
#71354E (or 0x71354E) is known color: Flirt. HEX triplet: 71, 35 and 4E. RGB value is (113,53,78). Sum of RGB (Red+Green+Blue) = 113+53+78=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71354E is #8ECAB1. Grayscale: #494949. Windows color (decimal): -9358002 or 5125489. OLE color: 5125489.
HSL color Cylindrical-coordinate representation of color #71354E: hue angle of 335º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71354E is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 53 | 78 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.56 |
| HSL | 335º | 0.36% | 0.33% | - |
| HSV(B) | 335º | 0.53% | 0.44% | - |
| XYZ | 9.46 | 6.61 | 7.98 | - |
| YUV | 73.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 53 | 78 | 0 | 0.53 | 0.31 | 0.56 | 335 | 0.36 | 0.33 |
| Hex | 71 | 35 | 4E | 0 | 35 | 1F | 38 | 14F | 24 | 21 |
| Octal | 161 | 65 | 116 | 0 | 65 | 37 | 70 | 517 | 44 | 41 |
| Binary | 1110001 | 110101 | 1001110 | 0 | 110101 | 11111 | 111000 | 101001111 | 100100 | 100001 |
Color Harmonies of #71354E
Complementary color
Monochromatic Colors of #71354E
Black with #71354E
Text Example
Text Example
White with #71354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71354E; }
p { color: rgb(113,53,78); }
H1.HeaderClassName
{
color: #71354E;
}
.AnyTagClassName
{
color: #71354E;
}
</style>
background-color css
<style>
a { background-color: #71354E; }
a { background-color: rgb(113,53,78); }
div.DivClassName
{
background-color: #71354E;
}
.BgClassName
{
background-color: #71354E;
}
</style>
border-color css
<style>
span { border-color: #71354E; }
span { border-color: rgb(113,53,78); }
td.TdClassName
{
border-color: #71354E;
}
.TagClassName
{
border-color: #71354E;
}
</style>