Shades of Flirt #70354C
Tints of Flirt #70354C
RGB
CMYK
RGB Variations
Color information
#70354C (or 0x70354C) is known color: Flirt. HEX triplet: 70, 35 and 4C. RGB value is (112,53,76). Sum of RGB (Red+Green+Blue) = 112+53+76=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70354C is #8FCAB3. Grayscale: #494949. Windows color (decimal): -9423540 or 4994416. OLE color: 4994416.
HSL color Cylindrical-coordinate representation of color #70354C: hue angle of 336.61º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70354C is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 76 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.56 |
| HSL | 336.61º | 0.36% | 0.32% | - |
| HSV(B) | 336.61º | 0.53% | 0.44% | - |
| XYZ | 9.26 | 6.51 | 7.61 | - |
| YUV | 73.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 76 | 0 | 0.53 | 0.32 | 0.56 | 336.61 | 0.36 | 0.32 |
| Hex | 70 | 35 | 4C | 0 | 35 | 20 | 38 | 151 | 24 | 20 |
| Octal | 160 | 65 | 114 | 0 | 65 | 40 | 70 | 521 | 44 | 40 |
| Binary | 1110000 | 110101 | 1001100 | 0 | 110101 | 100000 | 111000 | 101010001 | 100100 | 100000 |
Color Harmonies of #70354C
Complementary color
Monochromatic Colors of #70354C
Black with #70354C
Text Example
Text Example
White with #70354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70354C; }
p { color: rgb(112,53,76); }
H1.HeaderClassName
{
color: #70354C;
}
.AnyTagClassName
{
color: #70354C;
}
</style>
background-color css
<style>
a { background-color: #70354C; }
a { background-color: rgb(112,53,76); }
div.DivClassName
{
background-color: #70354C;
}
.BgClassName
{
background-color: #70354C;
}
</style>
border-color css
<style>
span { border-color: #70354C; }
span { border-color: rgb(112,53,76); }
td.TdClassName
{
border-color: #70354C;
}
.TagClassName
{
border-color: #70354C;
}
</style>