Shades of Flirt #71364E
Tints of Flirt #71364E
RGB
CMYK
RGB Variations
Color information
#71364E (or 0x71364E) is known color: Flirt. HEX triplet: 71, 36 and 4E. RGB value is (113,54,78). Sum of RGB (Red+Green+Blue) = 113+54+78=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71364E is #8EC9B1. Grayscale: #4A4A4A. Windows color (decimal): -9357746 or 5125745. OLE color: 5125745.
HSL color Cylindrical-coordinate representation of color #71364E: hue angle of 335.59º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71364E is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 54 | 78 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.56 |
| HSL | 335.59º | 0.35% | 0.33% | - |
| HSV(B) | 335.59º | 0.52% | 0.44% | - |
| XYZ | 9.5 | 6.7 | 8 | - |
| YUV | 74.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 78 | 0 | 0.52 | 0.31 | 0.56 | 335.59 | 0.35 | 0.33 |
| Hex | 71 | 36 | 4E | 0 | 34 | 1F | 38 | 150 | 23 | 21 |
| Octal | 161 | 66 | 116 | 0 | 64 | 37 | 70 | 520 | 43 | 41 |
| Binary | 1110001 | 110110 | 1001110 | 0 | 110100 | 11111 | 111000 | 101010000 | 100011 | 100001 |
Color Harmonies of #71364E
Complementary color
Monochromatic Colors of #71364E
Black with #71364E
Text Example
Text Example
White with #71364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71364E; }
p { color: rgb(113,54,78); }
H1.HeaderClassName
{
color: #71364E;
}
.AnyTagClassName
{
color: #71364E;
}
</style>
background-color css
<style>
a { background-color: #71364E; }
a { background-color: rgb(113,54,78); }
div.DivClassName
{
background-color: #71364E;
}
.BgClassName
{
background-color: #71364E;
}
</style>
border-color css
<style>
span { border-color: #71364E; }
span { border-color: rgb(113,54,78); }
td.TdClassName
{
border-color: #71364E;
}
.TagClassName
{
border-color: #71364E;
}
</style>