Shades of Flirt #71364B
Tints of Flirt #71364B
RGB
CMYK
RGB Variations
Color information
#71364B (or 0x71364B) is known color: Flirt. HEX triplet: 71, 36 and 4B. RGB value is (113,54,75). Sum of RGB (Red+Green+Blue) = 113+54+75=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71364B is #8EC9B4. Grayscale: #4A4A4A. Windows color (decimal): -9357749 or 4929137. OLE color: 4929137.
HSL color Cylindrical-coordinate representation of color #71364B: hue angle of 338.64º 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 #71364B is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 54 | 75 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.56 |
| HSL | 338.64º | 0.35% | 0.33% | - |
| HSV(B) | 338.64º | 0.52% | 0.44% | - |
| XYZ | 9.4 | 6.66 | 7.45 | - |
| YUV | 74.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 75 | 0 | 0.52 | 0.34 | 0.56 | 338.64 | 0.35 | 0.33 |
| Hex | 71 | 36 | 4B | 0 | 34 | 22 | 38 | 153 | 23 | 21 |
| Octal | 161 | 66 | 113 | 0 | 64 | 42 | 70 | 523 | 43 | 41 |
| Binary | 1110001 | 110110 | 1001011 | 0 | 110100 | 100010 | 111000 | 101010011 | 100011 | 100001 |
Color Harmonies of #71364B
Complementary color
Monochromatic Colors of #71364B
Black with #71364B
Text Example
Text Example
White with #71364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71364B; }
p { color: rgb(113,54,75); }
H1.HeaderClassName
{
color: #71364B;
}
.AnyTagClassName
{
color: #71364B;
}
</style>
background-color css
<style>
a { background-color: #71364B; }
a { background-color: rgb(113,54,75); }
div.DivClassName
{
background-color: #71364B;
}
.BgClassName
{
background-color: #71364B;
}
</style>
border-color css
<style>
span { border-color: #71364B; }
span { border-color: rgb(113,54,75); }
td.TdClassName
{
border-color: #71364B;
}
.TagClassName
{
border-color: #71364B;
}
</style>