Shades of Flirt #702B47
Tints of Flirt #702B47
RGB
CMYK
RGB Variations
Color information
#702B47 (or 0x702B47) is known color: Flirt. HEX triplet: 70, 2B and 47. RGB value is (112,43,71). Sum of RGB (Red+Green+Blue) = 112+43+71=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #702B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B47 is #8FD4B8. Grayscale: #424242. Windows color (decimal): -9426105 or 4664176. OLE color: 4664176.
HSL color Cylindrical-coordinate representation of color #702B47: hue angle of 335.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702B47 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 43 | 71 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.56 |
| HSL | 335.65º | 0.45% | 0.3% | - |
| HSV(B) | 335.65º | 0.62% | 0.44% | - |
| XYZ | 8.68 | 5.63 | 6.59 | - |
| YUV | 66.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 71 | 0 | 0.62 | 0.37 | 0.56 | 335.65 | 0.45 | 0.3 |
| Hex | 70 | 2B | 47 | 0 | 3E | 25 | 38 | 150 | 2D | 1E |
| Octal | 160 | 53 | 107 | 0 | 76 | 45 | 70 | 520 | 55 | 36 |
| Binary | 1110000 | 101011 | 1000111 | 0 | 111110 | 100101 | 111000 | 101010000 | 101101 | 11110 |
Color Harmonies of #702B47
Complementary color
Monochromatic Colors of #702B47
Black with #702B47
Text Example
Text Example
White with #702B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B47; }
p { color: rgb(112,43,71); }
H1.HeaderClassName
{
color: #702B47;
}
.AnyTagClassName
{
color: #702B47;
}
</style>
background-color css
<style>
a { background-color: #702B47; }
a { background-color: rgb(112,43,71); }
div.DivClassName
{
background-color: #702B47;
}
.BgClassName
{
background-color: #702B47;
}
</style>
border-color css
<style>
span { border-color: #702B47; }
span { border-color: rgb(112,43,71); }
td.TdClassName
{
border-color: #702B47;
}
.TagClassName
{
border-color: #702B47;
}
</style>