Shades of Flirt #713255
Tints of Flirt #713255
RGB
CMYK
RGB Variations
Color information
#713255 (or 0x713255) is known color: Flirt. HEX triplet: 71, 32 and 55. RGB value is (113,50,85). Sum of RGB (Red+Green+Blue) = 113+50+85=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713255 is #8ECDAA. Grayscale: #484848. Windows color (decimal): -9358763 or 5583473. OLE color: 5583473.
HSL color Cylindrical-coordinate representation of color #713255: hue angle of 326.67º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713255 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 85 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.56 |
| HSL | 326.67º | 0.39% | 0.32% | - |
| HSV(B) | 326.67º | 0.56% | 0.44% | - |
| XYZ | 9.59 | 6.45 | 9.33 | - |
| YUV | 72.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 85 | 0 | 0.56 | 0.25 | 0.56 | 326.67 | 0.39 | 0.32 |
| Hex | 71 | 32 | 55 | 0 | 38 | 19 | 38 | 147 | 27 | 20 |
| Octal | 161 | 62 | 125 | 0 | 70 | 31 | 70 | 507 | 47 | 40 |
| Binary | 1110001 | 110010 | 1010101 | 0 | 111000 | 11001 | 111000 | 101000111 | 100111 | 100000 |
Color Harmonies of #713255
Complementary color
Monochromatic Colors of #713255
Black with #713255
Text Example
Text Example
White with #713255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713255; }
p { color: rgb(113,50,85); }
H1.HeaderClassName
{
color: #713255;
}
.AnyTagClassName
{
color: #713255;
}
</style>
background-color css
<style>
a { background-color: #713255; }
a { background-color: rgb(113,50,85); }
div.DivClassName
{
background-color: #713255;
}
.BgClassName
{
background-color: #713255;
}
</style>
border-color css
<style>
span { border-color: #713255; }
span { border-color: rgb(113,50,85); }
td.TdClassName
{
border-color: #713255;
}
.TagClassName
{
border-color: #713255;
}
</style>