Shades of Flirt #70364E
Tints of Flirt #70364E
RGB
CMYK
RGB Variations
Color information
#70364E (or 0x70364E) is known color: Flirt. HEX triplet: 70, 36 and 4E. RGB value is (112,54,78). Sum of RGB (Red+Green+Blue) = 112+54+78=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70364E is #8FC9B1. Grayscale: #4A4A4A. Windows color (decimal): -9423282 or 5125744. OLE color: 5125744.
HSL color Cylindrical-coordinate representation of color #70364E: hue angle of 335.17º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70364E is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 78 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.56 |
| HSL | 335.17º | 0.35% | 0.33% | - |
| HSV(B) | 335.17º | 0.52% | 0.44% | - |
| XYZ | 9.38 | 6.63 | 7.99 | - |
| YUV | 74.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 78 | 0 | 0.52 | 0.30 | 0.56 | 335.17 | 0.35 | 0.33 |
| Hex | 70 | 36 | 4E | 0 | 34 | 1E | 38 | 14F | 23 | 21 |
| Octal | 160 | 66 | 116 | 0 | 64 | 36 | 70 | 517 | 43 | 41 |
| Binary | 1110000 | 110110 | 1001110 | 0 | 110100 | 11110 | 111000 | 101001111 | 100011 | 100001 |
Color Harmonies of #70364E
Complementary color
Monochromatic Colors of #70364E
Black with #70364E
Text Example
Text Example
White with #70364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70364E; }
p { color: rgb(112,54,78); }
H1.HeaderClassName
{
color: #70364E;
}
.AnyTagClassName
{
color: #70364E;
}
</style>
background-color css
<style>
a { background-color: #70364E; }
a { background-color: rgb(112,54,78); }
div.DivClassName
{
background-color: #70364E;
}
.BgClassName
{
background-color: #70364E;
}
</style>
border-color css
<style>
span { border-color: #70364E; }
span { border-color: rgb(112,54,78); }
td.TdClassName
{
border-color: #70364E;
}
.TagClassName
{
border-color: #70364E;
}
</style>