Shades of Flirt #71335A
Tints of Flirt #71335A
RGB
CMYK
RGB Variations
Color information
#71335A (or 0x71335A) is known color: Flirt. HEX triplet: 71, 33 and 5A. RGB value is (113,51,90). Sum of RGB (Red+Green+Blue) = 113+51+90=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71335A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71335A is #8ECCA5. Grayscale: #494949. Windows color (decimal): -9358502 or 5911409. OLE color: 5911409.
HSL color Cylindrical-coordinate representation of color #71335A: hue angle of 322.26º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71335A is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 51 | 90 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.56 |
| HSL | 322.26º | 0.38% | 0.32% | - |
| HSV(B) | 322.26º | 0.55% | 0.44% | - |
| XYZ | 9.84 | 6.62 | 10.43 | - |
| YUV | 73.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 90 | 0 | 0.55 | 0.20 | 0.56 | 322.26 | 0.38 | 0.32 |
| Hex | 71 | 33 | 5A | 0 | 37 | 14 | 38 | 142 | 26 | 20 |
| Octal | 161 | 63 | 132 | 0 | 67 | 24 | 70 | 502 | 46 | 40 |
| Binary | 1110001 | 110011 | 1011010 | 0 | 110111 | 10100 | 111000 | 101000010 | 100110 | 100000 |
Color Harmonies of #71335A
Complementary color
Monochromatic Colors of #71335A
Black with #71335A
Text Example
Text Example
White with #71335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71335A; }
p { color: rgb(113,51,90); }
H1.HeaderClassName
{
color: #71335A;
}
.AnyTagClassName
{
color: #71335A;
}
</style>
background-color css
<style>
a { background-color: #71335A; }
a { background-color: rgb(113,51,90); }
div.DivClassName
{
background-color: #71335A;
}
.BgClassName
{
background-color: #71335A;
}
</style>
border-color css
<style>
span { border-color: #71335A; }
span { border-color: rgb(113,51,90); }
td.TdClassName
{
border-color: #71335A;
}
.TagClassName
{
border-color: #71335A;
}
</style>