Shades of Flirt #71304A
Tints of Flirt #71304A
RGB
CMYK
RGB Variations
Color information
#71304A (or 0x71304A) is known color: Flirt. HEX triplet: 71, 30 and 4A. RGB value is (113,48,74). Sum of RGB (Red+Green+Blue) = 113+48+74=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #71304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71304A is #8ECFB5. Grayscale: #464646. Windows color (decimal): -9359286 or 4862065. OLE color: 4862065.
HSL color Cylindrical-coordinate representation of color #71304A: hue angle of 336º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71304A is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 48 | 74 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.56 |
| HSL | 336º | 0.4% | 0.32% | - |
| HSV(B) | 336º | 0.58% | 0.44% | - |
| XYZ | 9.1 | 6.12 | 7.18 | - |
| YUV | 70.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 74 | 0 | 0.58 | 0.35 | 0.56 | 336 | 0.4 | 0.32 |
| Hex | 71 | 30 | 4A | 0 | 3A | 23 | 38 | 150 | 28 | 20 |
| Octal | 161 | 60 | 112 | 0 | 72 | 43 | 70 | 520 | 50 | 40 |
| Binary | 1110001 | 110000 | 1001010 | 0 | 111010 | 100011 | 111000 | 101010000 | 101000 | 100000 |
Color Harmonies of #71304A
Complementary color
Monochromatic Colors of #71304A
Black with #71304A
Text Example
Text Example
White with #71304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71304A; }
p { color: rgb(113,48,74); }
H1.HeaderClassName
{
color: #71304A;
}
.AnyTagClassName
{
color: #71304A;
}
</style>
background-color css
<style>
a { background-color: #71304A; }
a { background-color: rgb(113,48,74); }
div.DivClassName
{
background-color: #71304A;
}
.BgClassName
{
background-color: #71304A;
}
</style>
border-color css
<style>
span { border-color: #71304A; }
span { border-color: rgb(113,48,74); }
td.TdClassName
{
border-color: #71304A;
}
.TagClassName
{
border-color: #71304A;
}
</style>