Shades of Flirt #702D57
Tints of Flirt #702D57
RGB
CMYK
RGB Variations
Color information
#702D57 (or 0x702D57) is known color: Flirt. HEX triplet: 70, 2D and 57. RGB value is (112,45,87). Sum of RGB (Red+Green+Blue) = 112+45+87=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #702D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D57 is #8FD2A8. Grayscale: #454545. Windows color (decimal): -9425577 or 5713264. OLE color: 5713264.
HSL color Cylindrical-coordinate representation of color #702D57: hue angle of 322.39º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D57 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 87 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.56 |
| HSL | 322.39º | 0.43% | 0.31% | - |
| HSV(B) | 322.39º | 0.6% | 0.44% | - |
| XYZ | 9.34 | 6.01 | 9.68 | - |
| YUV | 69.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 87 | 0 | 0.60 | 0.22 | 0.56 | 322.39 | 0.43 | 0.31 |
| Hex | 70 | 2D | 57 | 0 | 3C | 16 | 38 | 142 | 2B | 1F |
| Octal | 160 | 55 | 127 | 0 | 74 | 26 | 70 | 502 | 53 | 37 |
| Binary | 1110000 | 101101 | 1010111 | 0 | 111100 | 10110 | 111000 | 101000010 | 101011 | 11111 |
Color Harmonies of #702D57
Complementary color
Monochromatic Colors of #702D57
Black with #702D57
Text Example
Text Example
White with #702D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D57; }
p { color: rgb(112,45,87); }
H1.HeaderClassName
{
color: #702D57;
}
.AnyTagClassName
{
color: #702D57;
}
</style>
background-color css
<style>
a { background-color: #702D57; }
a { background-color: rgb(112,45,87); }
div.DivClassName
{
background-color: #702D57;
}
.BgClassName
{
background-color: #702D57;
}
</style>
border-color css
<style>
span { border-color: #702D57; }
span { border-color: rgb(112,45,87); }
td.TdClassName
{
border-color: #702D57;
}
.TagClassName
{
border-color: #702D57;
}
</style>