Shades of Flirt #70314F
Tints of Flirt #70314F
RGB
CMYK
RGB Variations
Color information
#70314F (or 0x70314F) is known color: Flirt. HEX triplet: 70, 31 and 4F. RGB value is (112,49,79). Sum of RGB (Red+Green+Blue) = 112+49+79=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70314F is #8FCEB0. Grayscale: #474747. Windows color (decimal): -9424561 or 5190000. OLE color: 5190000.
HSL color Cylindrical-coordinate representation of color #70314F: hue angle of 331.43º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70314F is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 79 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.56 |
| HSL | 331.43º | 0.39% | 0.32% | - |
| HSV(B) | 331.43º | 0.56% | 0.44% | - |
| XYZ | 9.19 | 6.21 | 8.11 | - |
| YUV | 71.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 79 | 0 | 0.56 | 0.29 | 0.56 | 331.43 | 0.39 | 0.32 |
| Hex | 70 | 31 | 4F | 0 | 38 | 1D | 38 | 14B | 27 | 20 |
| Octal | 160 | 61 | 117 | 0 | 70 | 35 | 70 | 513 | 47 | 40 |
| Binary | 1110000 | 110001 | 1001111 | 0 | 111000 | 11101 | 111000 | 101001011 | 100111 | 100000 |
Color Harmonies of #70314F
Complementary color
Monochromatic Colors of #70314F
Black with #70314F
Text Example
Text Example
White with #70314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70314F; }
p { color: rgb(112,49,79); }
H1.HeaderClassName
{
color: #70314F;
}
.AnyTagClassName
{
color: #70314F;
}
</style>
background-color css
<style>
a { background-color: #70314F; }
a { background-color: rgb(112,49,79); }
div.DivClassName
{
background-color: #70314F;
}
.BgClassName
{
background-color: #70314F;
}
</style>
border-color css
<style>
span { border-color: #70314F; }
span { border-color: rgb(112,49,79); }
td.TdClassName
{
border-color: #70314F;
}
.TagClassName
{
border-color: #70314F;
}
</style>