Shades of Flirt #702E4E
Tints of Flirt #702E4E
RGB
CMYK
RGB Variations
Color information
#702E4E (or 0x702E4E) is known color: Flirt. HEX triplet: 70, 2E and 4E. RGB value is (112,46,78). Sum of RGB (Red+Green+Blue) = 112+46+78=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #702E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E4E is #8FD1B1. Grayscale: #454545. Windows color (decimal): -9425330 or 5123696. OLE color: 5123696.
HSL color Cylindrical-coordinate representation of color #702E4E: hue angle of 330.91º 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 #702E4E is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 78 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.56 |
| HSL | 330.91º | 0.42% | 0.31% | - |
| HSV(B) | 330.91º | 0.59% | 0.44% | - |
| XYZ | 9.03 | 5.95 | 7.88 | - |
| YUV | 69.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 78 | 0 | 0.59 | 0.30 | 0.56 | 330.91 | 0.42 | 0.31 |
| Hex | 70 | 2E | 4E | 0 | 3B | 1E | 38 | 14B | 2A | 1F |
| Octal | 160 | 56 | 116 | 0 | 73 | 36 | 70 | 513 | 52 | 37 |
| Binary | 1110000 | 101110 | 1001110 | 0 | 111011 | 11110 | 111000 | 101001011 | 101010 | 11111 |
Color Harmonies of #702E4E
Complementary color
Monochromatic Colors of #702E4E
Black with #702E4E
Text Example
Text Example
White with #702E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E4E; }
p { color: rgb(112,46,78); }
H1.HeaderClassName
{
color: #702E4E;
}
.AnyTagClassName
{
color: #702E4E;
}
</style>
background-color css
<style>
a { background-color: #702E4E; }
a { background-color: rgb(112,46,78); }
div.DivClassName
{
background-color: #702E4E;
}
.BgClassName
{
background-color: #702E4E;
}
</style>
border-color css
<style>
span { border-color: #702E4E; }
span { border-color: rgb(112,46,78); }
td.TdClassName
{
border-color: #702E4E;
}
.TagClassName
{
border-color: #702E4E;
}
</style>