Shades of Flirt #702E47
Tints of Flirt #702E47
RGB
CMYK
RGB Variations
Color information
#702E47 (or 0x702E47) is known color: Flirt. HEX triplet: 70, 2E and 47. RGB value is (112,46,71). Sum of RGB (Red+Green+Blue) = 112+46+71=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #702E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E47 is #8FD1B8. Grayscale: #444444. Windows color (decimal): -9425337 or 4664944. OLE color: 4664944.
HSL color Cylindrical-coordinate representation of color #702E47: hue angle of 337.27º 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 #702E47 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 71 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.56 |
| HSL | 337.27º | 0.42% | 0.31% | - |
| HSV(B) | 337.27º | 0.59% | 0.44% | - |
| XYZ | 8.8 | 5.85 | 6.63 | - |
| YUV | 68.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 71 | 0 | 0.59 | 0.37 | 0.56 | 337.27 | 0.42 | 0.31 |
| Hex | 70 | 2E | 47 | 0 | 3B | 25 | 38 | 151 | 2A | 1F |
| Octal | 160 | 56 | 107 | 0 | 73 | 45 | 70 | 521 | 52 | 37 |
| Binary | 1110000 | 101110 | 1000111 | 0 | 111011 | 100101 | 111000 | 101010001 | 101010 | 11111 |
Color Harmonies of #702E47
Complementary color
Monochromatic Colors of #702E47
Black with #702E47
Text Example
Text Example
White with #702E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E47; }
p { color: rgb(112,46,71); }
H1.HeaderClassName
{
color: #702E47;
}
.AnyTagClassName
{
color: #702E47;
}
</style>
background-color css
<style>
a { background-color: #702E47; }
a { background-color: rgb(112,46,71); }
div.DivClassName
{
background-color: #702E47;
}
.BgClassName
{
background-color: #702E47;
}
</style>
border-color css
<style>
span { border-color: #702E47; }
span { border-color: rgb(112,46,71); }
td.TdClassName
{
border-color: #702E47;
}
.TagClassName
{
border-color: #702E47;
}
</style>