Shades of Flirt #71284A
Tints of Flirt #71284A
RGB
CMYK
RGB Variations
Color information
#71284A (or 0x71284A) is known color: Flirt. HEX triplet: 71, 28 and 4A. RGB value is (113,40,74). Sum of RGB (Red+Green+Blue) = 113+40+74=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #71284A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71284A is #8ED7B5. Grayscale: #414141. Windows color (decimal): -9361334 or 4860017. OLE color: 4860017.
HSL color Cylindrical-coordinate representation of color #71284A: hue angle of 332.05º 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 #71284A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 40 | 74 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.56 |
| HSL | 332.05º | 0.48% | 0.3% | - |
| HSV(B) | 332.05º | 0.65% | 0.44% | - |
| XYZ | 8.8 | 5.52 | 7.08 | - |
| YUV | 65.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 74 | 0 | 0.65 | 0.35 | 0.56 | 332.05 | 0.48 | 0.3 |
| Hex | 71 | 28 | 4A | 0 | 41 | 23 | 38 | 14C | 30 | 1E |
| Octal | 161 | 50 | 112 | 0 | 101 | 43 | 70 | 514 | 60 | 36 |
| Binary | 1110001 | 101000 | 1001010 | 0 | 1000001 | 100011 | 111000 | 101001100 | 110000 | 11110 |
Color Harmonies of #71284A
Complementary color
Monochromatic Colors of #71284A
Black with #71284A
Text Example
Text Example
White with #71284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71284A; }
p { color: rgb(113,40,74); }
H1.HeaderClassName
{
color: #71284A;
}
.AnyTagClassName
{
color: #71284A;
}
</style>
background-color css
<style>
a { background-color: #71284A; }
a { background-color: rgb(113,40,74); }
div.DivClassName
{
background-color: #71284A;
}
.BgClassName
{
background-color: #71284A;
}
</style>
border-color css
<style>
span { border-color: #71284A; }
span { border-color: rgb(113,40,74); }
td.TdClassName
{
border-color: #71284A;
}
.TagClassName
{
border-color: #71284A;
}
</style>