Shades of Flirt #71284C
Tints of Flirt #71284C
RGB
CMYK
RGB Variations
Color information
#71284C (or 0x71284C) is known color: Flirt. HEX triplet: 71, 28 and 4C. RGB value is (113,40,76). Sum of RGB (Red+Green+Blue) = 113+40+76=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71284C is #8ED7B3. Grayscale: #414141. Windows color (decimal): -9361332 or 4991089. OLE color: 4991089.
HSL color Cylindrical-coordinate representation of color #71284C: hue angle of 330.41º 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 #71284C is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 76 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.56 |
| HSL | 330.41º | 0.48% | 0.3% | - |
| HSV(B) | 330.41º | 0.65% | 0.44% | - |
| XYZ | 8.87 | 5.55 | 7.44 | - |
| YUV | 65.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 76 | 0 | 0.65 | 0.33 | 0.56 | 330.41 | 0.48 | 0.3 |
| Hex | 71 | 28 | 4C | 0 | 41 | 21 | 38 | 14A | 30 | 1E |
| Octal | 161 | 50 | 114 | 0 | 101 | 41 | 70 | 512 | 60 | 36 |
| Binary | 1110001 | 101000 | 1001100 | 0 | 1000001 | 100001 | 111000 | 101001010 | 110000 | 11110 |
Color Harmonies of #71284C
Complementary color
Monochromatic Colors of #71284C
Black with #71284C
Text Example
Text Example
White with #71284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71284C; }
p { color: rgb(113,40,76); }
H1.HeaderClassName
{
color: #71284C;
}
.AnyTagClassName
{
color: #71284C;
}
</style>
background-color css
<style>
a { background-color: #71284C; }
a { background-color: rgb(113,40,76); }
div.DivClassName
{
background-color: #71284C;
}
.BgClassName
{
background-color: #71284C;
}
</style>
border-color css
<style>
span { border-color: #71284C; }
span { border-color: rgb(113,40,76); }
td.TdClassName
{
border-color: #71284C;
}
.TagClassName
{
border-color: #71284C;
}
</style>