Shades of Flirt #70344F
Tints of Flirt #70344F
RGB
CMYK
RGB Variations
Color information
#70344F (or 0x70344F) is known color: Flirt. HEX triplet: 70, 34 and 4F. RGB value is (112,52,79). Sum of RGB (Red+Green+Blue) = 112+52+79=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70344F is #8FCBB0. Grayscale: #484848. Windows color (decimal): -9423793 or 5190768. OLE color: 5190768.
HSL color Cylindrical-coordinate representation of color #70344F: hue angle of 333º 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 #70344F is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 79 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.56 |
| HSL | 333º | 0.37% | 0.32% | - |
| HSV(B) | 333º | 0.54% | 0.44% | - |
| XYZ | 9.32 | 6.47 | 8.15 | - |
| YUV | 73.02 | 131.38 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 79 | 0 | 0.54 | 0.29 | 0.56 | 333 | 0.37 | 0.32 |
| Hex | 70 | 34 | 4F | 0 | 36 | 1D | 38 | 14D | 25 | 20 |
| Octal | 160 | 64 | 117 | 0 | 66 | 35 | 70 | 515 | 45 | 40 |
| Binary | 1110000 | 110100 | 1001111 | 0 | 110110 | 11101 | 111000 | 101001101 | 100101 | 100000 |
Color Harmonies of #70344F
Complementary color
Monochromatic Colors of #70344F
Black with #70344F
Text Example
Text Example
White with #70344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70344F; }
p { color: rgb(112,52,79); }
H1.HeaderClassName
{
color: #70344F;
}
.AnyTagClassName
{
color: #70344F;
}
</style>
background-color css
<style>
a { background-color: #70344F; }
a { background-color: rgb(112,52,79); }
div.DivClassName
{
background-color: #70344F;
}
.BgClassName
{
background-color: #70344F;
}
</style>
border-color css
<style>
span { border-color: #70344F; }
span { border-color: rgb(112,52,79); }
td.TdClassName
{
border-color: #70344F;
}
.TagClassName
{
border-color: #70344F;
}
</style>