Shades of Flirt #70334F
Tints of Flirt #70334F
RGB
CMYK
RGB Variations
Color information
#70334F (or 0x70334F) is known color: Flirt. HEX triplet: 70, 33 and 4F. RGB value is (112,51,79). Sum of RGB (Red+Green+Blue) = 112+51+79=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70334F is #8FCCB0. Grayscale: #484848. Windows color (decimal): -9424049 or 5190512. OLE color: 5190512.
HSL color Cylindrical-coordinate representation of color #70334F: hue angle of 332.46º 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 #70334F is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 79 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.56 |
| HSL | 332.46º | 0.37% | 0.32% | - |
| HSV(B) | 332.46º | 0.54% | 0.44% | - |
| XYZ | 9.28 | 6.38 | 8.14 | - |
| YUV | 72.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 79 | 0 | 0.54 | 0.29 | 0.56 | 332.46 | 0.37 | 0.32 |
| Hex | 70 | 33 | 4F | 0 | 36 | 1D | 38 | 14C | 25 | 20 |
| Octal | 160 | 63 | 117 | 0 | 66 | 35 | 70 | 514 | 45 | 40 |
| Binary | 1110000 | 110011 | 1001111 | 0 | 110110 | 11101 | 111000 | 101001100 | 100101 | 100000 |
Color Harmonies of #70334F
Complementary color
Monochromatic Colors of #70334F
Black with #70334F
Text Example
Text Example
White with #70334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70334F; }
p { color: rgb(112,51,79); }
H1.HeaderClassName
{
color: #70334F;
}
.AnyTagClassName
{
color: #70334F;
}
</style>
background-color css
<style>
a { background-color: #70334F; }
a { background-color: rgb(112,51,79); }
div.DivClassName
{
background-color: #70334F;
}
.BgClassName
{
background-color: #70334F;
}
</style>
border-color css
<style>
span { border-color: #70334F; }
span { border-color: rgb(112,51,79); }
td.TdClassName
{
border-color: #70334F;
}
.TagClassName
{
border-color: #70334F;
}
</style>