Shades of Flirt #71374E
Tints of Flirt #71374E
RGB
CMYK
RGB Variations
Color information
#71374E (or 0x71374E) is known color: Flirt. HEX triplet: 71, 37 and 4E. RGB value is (113,55,78). Sum of RGB (Red+Green+Blue) = 113+55+78=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71374E is #8EC8B1. Grayscale: #4A4A4A. Windows color (decimal): -9357490 or 5126001. OLE color: 5126001.
HSL color Cylindrical-coordinate representation of color #71374E: hue angle of 336.21º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71374E is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 78 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.56 |
| HSL | 336.21º | 0.35% | 0.33% | - |
| HSV(B) | 336.21º | 0.51% | 0.44% | - |
| XYZ | 9.55 | 6.79 | 8.02 | - |
| YUV | 74.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 78 | 0 | 0.51 | 0.31 | 0.56 | 336.21 | 0.35 | 0.33 |
| Hex | 71 | 37 | 4E | 0 | 33 | 1F | 38 | 150 | 23 | 21 |
| Octal | 161 | 67 | 116 | 0 | 63 | 37 | 70 | 520 | 43 | 41 |
| Binary | 1110001 | 110111 | 1001110 | 0 | 110011 | 11111 | 111000 | 101010000 | 100011 | 100001 |
Color Harmonies of #71374E
Complementary color
Monochromatic Colors of #71374E
Black with #71374E
Text Example
Text Example
White with #71374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71374E; }
p { color: rgb(113,55,78); }
H1.HeaderClassName
{
color: #71374E;
}
.AnyTagClassName
{
color: #71374E;
}
</style>
background-color css
<style>
a { background-color: #71374E; }
a { background-color: rgb(113,55,78); }
div.DivClassName
{
background-color: #71374E;
}
.BgClassName
{
background-color: #71374E;
}
</style>
border-color css
<style>
span { border-color: #71374E; }
span { border-color: rgb(113,55,78); }
td.TdClassName
{
border-color: #71374E;
}
.TagClassName
{
border-color: #71374E;
}
</style>