Shades of Flirt #70344E
Tints of Flirt #70344E
RGB
CMYK
RGB Variations
Color information
#70344E (or 0x70344E) is known color: Flirt. HEX triplet: 70, 34 and 4E. RGB value is (112,52,78). Sum of RGB (Red+Green+Blue) = 112+52+78=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70344E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70344E is #8FCBB1. Grayscale: #484848. Windows color (decimal): -9423794 or 5125232. OLE color: 5125232.
HSL color Cylindrical-coordinate representation of color #70344E: hue angle of 334º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70344E is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 78 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.56 |
| HSL | 334º | 0.37% | 0.32% | - |
| HSV(B) | 334º | 0.54% | 0.44% | - |
| XYZ | 9.29 | 6.45 | 7.96 | - |
| YUV | 72.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 78 | 0 | 0.54 | 0.30 | 0.56 | 334 | 0.37 | 0.32 |
| Hex | 70 | 34 | 4E | 0 | 36 | 1E | 38 | 14E | 25 | 20 |
| Octal | 160 | 64 | 116 | 0 | 66 | 36 | 70 | 516 | 45 | 40 |
| Binary | 1110000 | 110100 | 1001110 | 0 | 110110 | 11110 | 111000 | 101001110 | 100101 | 100000 |
Color Harmonies of #70344E
Complementary color
Monochromatic Colors of #70344E
Black with #70344E
Text Example
Text Example
White with #70344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70344E; }
p { color: rgb(112,52,78); }
H1.HeaderClassName
{
color: #70344E;
}
.AnyTagClassName
{
color: #70344E;
}
</style>
background-color css
<style>
a { background-color: #70344E; }
a { background-color: rgb(112,52,78); }
div.DivClassName
{
background-color: #70344E;
}
.BgClassName
{
background-color: #70344E;
}
</style>
border-color css
<style>
span { border-color: #70344E; }
span { border-color: rgb(112,52,78); }
td.TdClassName
{
border-color: #70344E;
}
.TagClassName
{
border-color: #70344E;
}
</style>