Shades of Flirt #702949
Tints of Flirt #702949
RGB
CMYK
RGB Variations
Color information
#702949 (or 0x702949) is known color: Flirt. HEX triplet: 70, 29 and 49. RGB value is (112,41,73). Sum of RGB (Red+Green+Blue) = 112+41+73=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #702949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702949 is #8FD6B6. Grayscale: #414141. Windows color (decimal): -9426615 or 4794736. OLE color: 4794736.
HSL color Cylindrical-coordinate representation of color #702949: hue angle of 332.96º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702949 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 73 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.56 |
| HSL | 332.96º | 0.46% | 0.3% | - |
| HSV(B) | 332.96º | 0.63% | 0.44% | - |
| XYZ | 8.68 | 5.51 | 6.91 | - |
| YUV | 65.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 73 | 0 | 0.63 | 0.35 | 0.56 | 332.96 | 0.46 | 0.3 |
| Hex | 70 | 29 | 49 | 0 | 3F | 23 | 38 | 14D | 2E | 1E |
| Octal | 160 | 51 | 111 | 0 | 77 | 43 | 70 | 515 | 56 | 36 |
| Binary | 1110000 | 101001 | 1001001 | 0 | 111111 | 100011 | 111000 | 101001101 | 101110 | 11110 |
Color Harmonies of #702949
Complementary color
Monochromatic Colors of #702949
Black with #702949
Text Example
Text Example
White with #702949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702949; }
p { color: rgb(112,41,73); }
H1.HeaderClassName
{
color: #702949;
}
.AnyTagClassName
{
color: #702949;
}
</style>
background-color css
<style>
a { background-color: #702949; }
a { background-color: rgb(112,41,73); }
div.DivClassName
{
background-color: #702949;
}
.BgClassName
{
background-color: #702949;
}
</style>
border-color css
<style>
span { border-color: #702949; }
span { border-color: rgb(112,41,73); }
td.TdClassName
{
border-color: #702949;
}
.TagClassName
{
border-color: #702949;
}
</style>