Shades of Flirt #702D47
Tints of Flirt #702D47
RGB
CMYK
RGB Variations
Color information
#702D47 (or 0x702D47) is known color: Flirt. HEX triplet: 70, 2D and 47. RGB value is (112,45,71). Sum of RGB (Red+Green+Blue) = 112+45+71=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #702D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D47 is #8FD2B8. Grayscale: #434343. Windows color (decimal): -9425593 or 4664688. OLE color: 4664688.
HSL color Cylindrical-coordinate representation of color #702D47: hue angle of 336.72º 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 #702D47 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 71 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.56 |
| HSL | 336.72º | 0.43% | 0.31% | - |
| HSV(B) | 336.72º | 0.6% | 0.44% | - |
| XYZ | 8.76 | 5.78 | 6.61 | - |
| YUV | 68 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 71 | 0 | 0.60 | 0.37 | 0.56 | 336.72 | 0.43 | 0.31 |
| Hex | 70 | 2D | 47 | 0 | 3C | 25 | 38 | 151 | 2B | 1F |
| Octal | 160 | 55 | 107 | 0 | 74 | 45 | 70 | 521 | 53 | 37 |
| Binary | 1110000 | 101101 | 1000111 | 0 | 111100 | 100101 | 111000 | 101010001 | 101011 | 11111 |
Color Harmonies of #702D47
Complementary color
Monochromatic Colors of #702D47
Black with #702D47
Text Example
Text Example
White with #702D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D47; }
p { color: rgb(112,45,71); }
H1.HeaderClassName
{
color: #702D47;
}
.AnyTagClassName
{
color: #702D47;
}
</style>
background-color css
<style>
a { background-color: #702D47; }
a { background-color: rgb(112,45,71); }
div.DivClassName
{
background-color: #702D47;
}
.BgClassName
{
background-color: #702D47;
}
</style>
border-color css
<style>
span { border-color: #702D47; }
span { border-color: rgb(112,45,71); }
td.TdClassName
{
border-color: #702D47;
}
.TagClassName
{
border-color: #702D47;
}
</style>