Shades of Flirt #71284E
Tints of Flirt #71284E
RGB
CMYK
RGB Variations
Color information
#71284E (or 0x71284E) is known color: Flirt. HEX triplet: 71, 28 and 4E. RGB value is (113,40,78). Sum of RGB (Red+Green+Blue) = 113+40+78=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71284E is #8ED7B1. Grayscale: #424242. Windows color (decimal): -9361330 or 5122161. OLE color: 5122161.
HSL color Cylindrical-coordinate representation of color #71284E: hue angle of 328.77º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71284E is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 78 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.56 |
| HSL | 328.77º | 0.48% | 0.3% | - |
| HSV(B) | 328.77º | 0.65% | 0.44% | - |
| XYZ | 8.94 | 5.58 | 7.81 | - |
| YUV | 66.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 78 | 0 | 0.65 | 0.31 | 0.56 | 328.77 | 0.48 | 0.3 |
| Hex | 71 | 28 | 4E | 0 | 41 | 1F | 38 | 149 | 30 | 1E |
| Octal | 161 | 50 | 116 | 0 | 101 | 37 | 70 | 511 | 60 | 36 |
| Binary | 1110001 | 101000 | 1001110 | 0 | 1000001 | 11111 | 111000 | 101001001 | 110000 | 11110 |
Color Harmonies of #71284E
Complementary color
Monochromatic Colors of #71284E
Black with #71284E
Text Example
Text Example
White with #71284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71284E; }
p { color: rgb(113,40,78); }
H1.HeaderClassName
{
color: #71284E;
}
.AnyTagClassName
{
color: #71284E;
}
</style>
background-color css
<style>
a { background-color: #71284E; }
a { background-color: rgb(113,40,78); }
div.DivClassName
{
background-color: #71284E;
}
.BgClassName
{
background-color: #71284E;
}
</style>
border-color css
<style>
span { border-color: #71284E; }
span { border-color: rgb(113,40,78); }
td.TdClassName
{
border-color: #71284E;
}
.TagClassName
{
border-color: #71284E;
}
</style>