Shades of Flirt #702E45
Tints of Flirt #702E45
RGB
CMYK
RGB Variations
Color information
#702E45 (or 0x702E45) is known color: Flirt. HEX triplet: 70, 2E and 45. RGB value is (112,46,69). Sum of RGB (Red+Green+Blue) = 112+46+69=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #702E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E45 is #8FD1BA. Grayscale: #444444. Windows color (decimal): -9425339 or 4533872. OLE color: 4533872.
HSL color Cylindrical-coordinate representation of color #702E45: hue angle of 339.09º 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 #702E45 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 69 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.56 |
| HSL | 339.09º | 0.42% | 0.31% | - |
| HSV(B) | 339.09º | 0.59% | 0.44% | - |
| XYZ | 8.73 | 5.83 | 6.29 | - |
| YUV | 68.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 69 | 0 | 0.59 | 0.38 | 0.56 | 339.09 | 0.42 | 0.31 |
| Hex | 70 | 2E | 45 | 0 | 3B | 26 | 38 | 153 | 2A | 1F |
| Octal | 160 | 56 | 105 | 0 | 73 | 46 | 70 | 523 | 52 | 37 |
| Binary | 1110000 | 101110 | 1000101 | 0 | 111011 | 100110 | 111000 | 101010011 | 101010 | 11111 |
Color Harmonies of #702E45
Complementary color
Monochromatic Colors of #702E45
Black with #702E45
Text Example
Text Example
White with #702E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E45; }
p { color: rgb(112,46,69); }
H1.HeaderClassName
{
color: #702E45;
}
.AnyTagClassName
{
color: #702E45;
}
</style>
background-color css
<style>
a { background-color: #702E45; }
a { background-color: rgb(112,46,69); }
div.DivClassName
{
background-color: #702E45;
}
.BgClassName
{
background-color: #702E45;
}
</style>
border-color css
<style>
span { border-color: #702E45; }
span { border-color: rgb(112,46,69); }
td.TdClassName
{
border-color: #702E45;
}
.TagClassName
{
border-color: #702E45;
}
</style>