Shades of Flirt #702E57
Tints of Flirt #702E57
RGB
CMYK
RGB Variations
Color information
#702E57 (or 0x702E57) is known color: Flirt. HEX triplet: 70, 2E and 57. RGB value is (112,46,87). Sum of RGB (Red+Green+Blue) = 112+46+87=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #702E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E57 is #8FD1A8. Grayscale: #464646. Windows color (decimal): -9425321 or 5713520. OLE color: 5713520.
HSL color Cylindrical-coordinate representation of color #702E57: hue angle of 322.73º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E57 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 87 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.56 |
| HSL | 322.73º | 0.42% | 0.31% | - |
| HSV(B) | 322.73º | 0.59% | 0.44% | - |
| XYZ | 9.38 | 6.09 | 9.7 | - |
| YUV | 70.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 87 | 0 | 0.59 | 0.22 | 0.56 | 322.73 | 0.42 | 0.31 |
| Hex | 70 | 2E | 57 | 0 | 3B | 16 | 38 | 143 | 2A | 1F |
| Octal | 160 | 56 | 127 | 0 | 73 | 26 | 70 | 503 | 52 | 37 |
| Binary | 1110000 | 101110 | 1010111 | 0 | 111011 | 10110 | 111000 | 101000011 | 101010 | 11111 |
Color Harmonies of #702E57
Complementary color
Monochromatic Colors of #702E57
Black with #702E57
Text Example
Text Example
White with #702E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E57; }
p { color: rgb(112,46,87); }
H1.HeaderClassName
{
color: #702E57;
}
.AnyTagClassName
{
color: #702E57;
}
</style>
background-color css
<style>
a { background-color: #702E57; }
a { background-color: rgb(112,46,87); }
div.DivClassName
{
background-color: #702E57;
}
.BgClassName
{
background-color: #702E57;
}
</style>
border-color css
<style>
span { border-color: #702E57; }
span { border-color: rgb(112,46,87); }
td.TdClassName
{
border-color: #702E57;
}
.TagClassName
{
border-color: #702E57;
}
</style>