Shades of Flirt #71314C
Tints of Flirt #71314C
RGB
CMYK
RGB Variations
Color information
#71314C (or 0x71314C) is known color: Flirt. HEX triplet: 71, 31 and 4C. RGB value is (113,49,76). Sum of RGB (Red+Green+Blue) = 113+49+76=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71314C is #8ECEB3. Grayscale: #474747. Windows color (decimal): -9359028 or 4993393. OLE color: 4993393.
HSL color Cylindrical-coordinate representation of color #71314C: hue angle of 334.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71314C is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 49 | 76 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.56 |
| HSL | 334.69º | 0.4% | 0.32% | - |
| HSV(B) | 334.69º | 0.57% | 0.44% | - |
| XYZ | 9.21 | 6.23 | 7.55 | - |
| YUV | 71.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 76 | 0 | 0.57 | 0.33 | 0.56 | 334.69 | 0.4 | 0.32 |
| Hex | 71 | 31 | 4C | 0 | 39 | 21 | 38 | 14F | 28 | 20 |
| Octal | 161 | 61 | 114 | 0 | 71 | 41 | 70 | 517 | 50 | 40 |
| Binary | 1110001 | 110001 | 1001100 | 0 | 111001 | 100001 | 111000 | 101001111 | 101000 | 100000 |
Color Harmonies of #71314C
Complementary color
Monochromatic Colors of #71314C
Black with #71314C
Text Example
Text Example
White with #71314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71314C; }
p { color: rgb(113,49,76); }
H1.HeaderClassName
{
color: #71314C;
}
.AnyTagClassName
{
color: #71314C;
}
</style>
background-color css
<style>
a { background-color: #71314C; }
a { background-color: rgb(113,49,76); }
div.DivClassName
{
background-color: #71314C;
}
.BgClassName
{
background-color: #71314C;
}
</style>
border-color css
<style>
span { border-color: #71314C; }
span { border-color: rgb(113,49,76); }
td.TdClassName
{
border-color: #71314C;
}
.TagClassName
{
border-color: #71314C;
}
</style>