Shades of Flirt #71384F
Tints of Flirt #71384F
RGB
CMYK
RGB Variations
Color information
#71384F (or 0x71384F) is known color: Flirt. HEX triplet: 71, 38 and 4F. RGB value is (113,56,79). Sum of RGB (Red+Green+Blue) = 113+56+79=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #71384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71384F is #8EC7B0. Grayscale: #4B4B4B. Windows color (decimal): -9357233 or 5191793. OLE color: 5191793.
HSL color Cylindrical-coordinate representation of color #71384F: hue angle of 335.79º 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 #71384F is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 56 | 79 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.56 |
| HSL | 335.79º | 0.34% | 0.33% | - |
| HSV(B) | 335.79º | 0.5% | 0.44% | - |
| XYZ | 9.64 | 6.9 | 8.22 | - |
| YUV | 75.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 79 | 0 | 0.50 | 0.30 | 0.56 | 335.79 | 0.34 | 0.33 |
| Hex | 71 | 38 | 4F | 0 | 32 | 1E | 38 | 150 | 22 | 21 |
| Octal | 161 | 70 | 117 | 0 | 62 | 36 | 70 | 520 | 42 | 41 |
| Binary | 1110001 | 111000 | 1001111 | 0 | 110010 | 11110 | 111000 | 101010000 | 100010 | 100001 |
Color Harmonies of #71384F
Complementary color
Monochromatic Colors of #71384F
Black with #71384F
Text Example
Text Example
White with #71384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71384F; }
p { color: rgb(113,56,79); }
H1.HeaderClassName
{
color: #71384F;
}
.AnyTagClassName
{
color: #71384F;
}
</style>
background-color css
<style>
a { background-color: #71384F; }
a { background-color: rgb(113,56,79); }
div.DivClassName
{
background-color: #71384F;
}
.BgClassName
{
background-color: #71384F;
}
</style>
border-color css
<style>
span { border-color: #71384F; }
span { border-color: rgb(113,56,79); }
td.TdClassName
{
border-color: #71384F;
}
.TagClassName
{
border-color: #71384F;
}
</style>