Shades of Flirt #702950
Tints of Flirt #702950
RGB
CMYK
RGB Variations
Color information
#702950 (or 0x702950) is known color: Flirt. HEX triplet: 70, 29 and 50. RGB value is (112,41,80). Sum of RGB (Red+Green+Blue) = 112+41+80=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #702950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702950 is #8FD6AF. Grayscale: #424242. Windows color (decimal): -9426608 or 5253488. OLE color: 5253488.
HSL color Cylindrical-coordinate representation of color #702950: hue angle of 327.04º 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 #702950 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 80 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.56 |
| HSL | 327.04º | 0.46% | 0.3% | - |
| HSV(B) | 327.04º | 0.63% | 0.44% | - |
| XYZ | 8.92 | 5.61 | 8.2 | - |
| YUV | 66.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 80 | 0 | 0.63 | 0.29 | 0.56 | 327.04 | 0.46 | 0.3 |
| Hex | 70 | 29 | 50 | 0 | 3F | 1D | 38 | 147 | 2E | 1E |
| Octal | 160 | 51 | 120 | 0 | 77 | 35 | 70 | 507 | 56 | 36 |
| Binary | 1110000 | 101001 | 1010000 | 0 | 111111 | 11101 | 111000 | 101000111 | 101110 | 11110 |
Color Harmonies of #702950
Complementary color
Monochromatic Colors of #702950
Black with #702950
Text Example
Text Example
White with #702950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702950; }
p { color: rgb(112,41,80); }
H1.HeaderClassName
{
color: #702950;
}
.AnyTagClassName
{
color: #702950;
}
</style>
background-color css
<style>
a { background-color: #702950; }
a { background-color: rgb(112,41,80); }
div.DivClassName
{
background-color: #702950;
}
.BgClassName
{
background-color: #702950;
}
</style>
border-color css
<style>
span { border-color: #702950; }
span { border-color: rgb(112,41,80); }
td.TdClassName
{
border-color: #702950;
}
.TagClassName
{
border-color: #702950;
}
</style>