Shades of Flirt #71384E
Tints of Flirt #71384E
RGB
CMYK
RGB Variations
Color information
#71384E (or 0x71384E) is known color: Flirt. HEX triplet: 71, 38 and 4E. RGB value is (113,56,78). Sum of RGB (Red+Green+Blue) = 113+56+78=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71384E is #8EC7B1. Grayscale: #4B4B4B. Windows color (decimal): -9357234 or 5126257. OLE color: 5126257.
HSL color Cylindrical-coordinate representation of color #71384E: hue angle of 336.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71384E is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 56 | 78 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.56 |
| HSL | 336.84º | 0.34% | 0.33% | - |
| HSV(B) | 336.84º | 0.5% | 0.44% | - |
| XYZ | 9.6 | 6.89 | 8.03 | - |
| YUV | 75.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 78 | 0 | 0.50 | 0.31 | 0.56 | 336.84 | 0.34 | 0.33 |
| Hex | 71 | 38 | 4E | 0 | 32 | 1F | 38 | 151 | 22 | 21 |
| Octal | 161 | 70 | 116 | 0 | 62 | 37 | 70 | 521 | 42 | 41 |
| Binary | 1110001 | 111000 | 1001110 | 0 | 110010 | 11111 | 111000 | 101010001 | 100010 | 100001 |
Color Harmonies of #71384E
Complementary color
Monochromatic Colors of #71384E
Black with #71384E
Text Example
Text Example
White with #71384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71384E; }
p { color: rgb(113,56,78); }
H1.HeaderClassName
{
color: #71384E;
}
.AnyTagClassName
{
color: #71384E;
}
</style>
background-color css
<style>
a { background-color: #71384E; }
a { background-color: rgb(113,56,78); }
div.DivClassName
{
background-color: #71384E;
}
.BgClassName
{
background-color: #71384E;
}
</style>
border-color css
<style>
span { border-color: #71384E; }
span { border-color: rgb(113,56,78); }
td.TdClassName
{
border-color: #71384E;
}
.TagClassName
{
border-color: #71384E;
}
</style>