Shades of Flirt #702E4D
Tints of Flirt #702E4D
RGB
CMYK
RGB Variations
Color information
#702E4D (or 0x702E4D) is known color: Flirt. HEX triplet: 70, 2E and 4D. RGB value is (112,46,77). Sum of RGB (Red+Green+Blue) = 112+46+77=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #702E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E4D is #8FD1B2. Grayscale: #454545. Windows color (decimal): -9425331 or 5058160. OLE color: 5058160.
HSL color Cylindrical-coordinate representation of color #702E4D: hue angle of 331.82º 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 #702E4D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 77 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.56 |
| HSL | 331.82º | 0.42% | 0.31% | - |
| HSV(B) | 331.82º | 0.59% | 0.44% | - |
| XYZ | 9 | 5.93 | 7.69 | - |
| YUV | 69.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 77 | 0 | 0.59 | 0.31 | 0.56 | 331.82 | 0.42 | 0.31 |
| Hex | 70 | 2E | 4D | 0 | 3B | 1F | 38 | 14C | 2A | 1F |
| Octal | 160 | 56 | 115 | 0 | 73 | 37 | 70 | 514 | 52 | 37 |
| Binary | 1110000 | 101110 | 1001101 | 0 | 111011 | 11111 | 111000 | 101001100 | 101010 | 11111 |
Color Harmonies of #702E4D
Complementary color
Monochromatic Colors of #702E4D
Black with #702E4D
Text Example
Text Example
White with #702E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E4D; }
p { color: rgb(112,46,77); }
H1.HeaderClassName
{
color: #702E4D;
}
.AnyTagClassName
{
color: #702E4D;
}
</style>
background-color css
<style>
a { background-color: #702E4D; }
a { background-color: rgb(112,46,77); }
div.DivClassName
{
background-color: #702E4D;
}
.BgClassName
{
background-color: #702E4D;
}
</style>
border-color css
<style>
span { border-color: #702E4D; }
span { border-color: rgb(112,46,77); }
td.TdClassName
{
border-color: #702E4D;
}
.TagClassName
{
border-color: #702E4D;
}
</style>