Shades of Flirt #71344A
Tints of Flirt #71344A
RGB
CMYK
RGB Variations
Color information
#71344A (or 0x71344A) is known color: Flirt. HEX triplet: 71, 34 and 4A. RGB value is (113,52,74). Sum of RGB (Red+Green+Blue) = 113+52+74=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #71344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71344A is #8ECBB5. Grayscale: #484848. Windows color (decimal): -9358262 or 4863089. OLE color: 4863089.
HSL color Cylindrical-coordinate representation of color #71344A: hue angle of 338.36º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71344A is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 52 | 74 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.56 |
| HSL | 338.36º | 0.37% | 0.32% | - |
| HSV(B) | 338.36º | 0.54% | 0.44% | - |
| XYZ | 9.27 | 6.46 | 7.24 | - |
| YUV | 72.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 74 | 0 | 0.54 | 0.35 | 0.56 | 338.36 | 0.37 | 0.32 |
| Hex | 71 | 34 | 4A | 0 | 36 | 23 | 38 | 152 | 25 | 20 |
| Octal | 161 | 64 | 112 | 0 | 66 | 43 | 70 | 522 | 45 | 40 |
| Binary | 1110001 | 110100 | 1001010 | 0 | 110110 | 100011 | 111000 | 101010010 | 100101 | 100000 |
Color Harmonies of #71344A
Complementary color
Monochromatic Colors of #71344A
Black with #71344A
Text Example
Text Example
White with #71344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71344A; }
p { color: rgb(113,52,74); }
H1.HeaderClassName
{
color: #71344A;
}
.AnyTagClassName
{
color: #71344A;
}
</style>
background-color css
<style>
a { background-color: #71344A; }
a { background-color: rgb(113,52,74); }
div.DivClassName
{
background-color: #71344A;
}
.BgClassName
{
background-color: #71344A;
}
</style>
border-color css
<style>
span { border-color: #71344A; }
span { border-color: rgb(113,52,74); }
td.TdClassName
{
border-color: #71344A;
}
.TagClassName
{
border-color: #71344A;
}
</style>