Shades of Flirt #70314C
Tints of Flirt #70314C
RGB
CMYK
RGB Variations
Color information
#70314C (or 0x70314C) is known color: Flirt. HEX triplet: 70, 31 and 4C. RGB value is (112,49,76). Sum of RGB (Red+Green+Blue) = 112+49+76=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70314C is #8FCEB3. Grayscale: #464646. Windows color (decimal): -9424564 or 4993392. OLE color: 4993392.
HSL color Cylindrical-coordinate representation of color #70314C: hue angle of 334.29º 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 #70314C is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 76 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.56 |
| HSL | 334.29º | 0.39% | 0.32% | - |
| HSV(B) | 334.29º | 0.56% | 0.44% | - |
| XYZ | 9.08 | 6.16 | 7.55 | - |
| YUV | 70.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 76 | 0 | 0.56 | 0.32 | 0.56 | 334.29 | 0.39 | 0.32 |
| Hex | 70 | 31 | 4C | 0 | 38 | 20 | 38 | 14E | 27 | 20 |
| Octal | 160 | 61 | 114 | 0 | 70 | 40 | 70 | 516 | 47 | 40 |
| Binary | 1110000 | 110001 | 1001100 | 0 | 111000 | 100000 | 111000 | 101001110 | 100111 | 100000 |
Color Harmonies of #70314C
Complementary color
Monochromatic Colors of #70314C
Black with #70314C
Text Example
Text Example
White with #70314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70314C; }
p { color: rgb(112,49,76); }
H1.HeaderClassName
{
color: #70314C;
}
.AnyTagClassName
{
color: #70314C;
}
</style>
background-color css
<style>
a { background-color: #70314C; }
a { background-color: rgb(112,49,76); }
div.DivClassName
{
background-color: #70314C;
}
.BgClassName
{
background-color: #70314C;
}
</style>
border-color css
<style>
span { border-color: #70314C; }
span { border-color: rgb(112,49,76); }
td.TdClassName
{
border-color: #70314C;
}
.TagClassName
{
border-color: #70314C;
}
</style>