Shades of Flirt #70344D
Tints of Flirt #70344D
RGB
CMYK
RGB Variations
Color information
#70344D (or 0x70344D) is known color: Flirt. HEX triplet: 70, 34 and 4D. RGB value is (112,52,77). Sum of RGB (Red+Green+Blue) = 112+52+77=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70344D is #8FCBB2. Grayscale: #484848. Windows color (decimal): -9423795 or 5059696. OLE color: 5059696.
HSL color Cylindrical-coordinate representation of color #70344D: hue angle of 335º 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 #70344D is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 77 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.56 |
| HSL | 335º | 0.37% | 0.32% | - |
| HSV(B) | 335º | 0.54% | 0.44% | - |
| XYZ | 9.25 | 6.44 | 7.78 | - |
| YUV | 72.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 77 | 0 | 0.54 | 0.31 | 0.56 | 335 | 0.37 | 0.32 |
| Hex | 70 | 34 | 4D | 0 | 36 | 1F | 38 | 14F | 25 | 20 |
| Octal | 160 | 64 | 115 | 0 | 66 | 37 | 70 | 517 | 45 | 40 |
| Binary | 1110000 | 110100 | 1001101 | 0 | 110110 | 11111 | 111000 | 101001111 | 100101 | 100000 |
Color Harmonies of #70344D
Complementary color
Monochromatic Colors of #70344D
Black with #70344D
Text Example
Text Example
White with #70344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70344D; }
p { color: rgb(112,52,77); }
H1.HeaderClassName
{
color: #70344D;
}
.AnyTagClassName
{
color: #70344D;
}
</style>
background-color css
<style>
a { background-color: #70344D; }
a { background-color: rgb(112,52,77); }
div.DivClassName
{
background-color: #70344D;
}
.BgClassName
{
background-color: #70344D;
}
</style>
border-color css
<style>
span { border-color: #70344D; }
span { border-color: rgb(112,52,77); }
td.TdClassName
{
border-color: #70344D;
}
.TagClassName
{
border-color: #70344D;
}
</style>