Shades of Flirt #70354D
Tints of Flirt #70354D
RGB
CMYK
RGB Variations
Color information
#70354D (or 0x70354D) is known color: Flirt. HEX triplet: 70, 35 and 4D. RGB value is (112,53,77). Sum of RGB (Red+Green+Blue) = 112+53+77=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70354D is #8FCAB2. Grayscale: #494949. Windows color (decimal): -9423539 or 5059952. OLE color: 5059952.
HSL color Cylindrical-coordinate representation of color #70354D: hue angle of 335.59º 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 #70354D is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 77 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.56 |
| HSL | 335.59º | 0.36% | 0.32% | - |
| HSV(B) | 335.59º | 0.53% | 0.44% | - |
| XYZ | 9.29 | 6.53 | 7.79 | - |
| YUV | 73.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 77 | 0 | 0.53 | 0.31 | 0.56 | 335.59 | 0.36 | 0.32 |
| Hex | 70 | 35 | 4D | 0 | 35 | 1F | 38 | 150 | 24 | 20 |
| Octal | 160 | 65 | 115 | 0 | 65 | 37 | 70 | 520 | 44 | 40 |
| Binary | 1110000 | 110101 | 1001101 | 0 | 110101 | 11111 | 111000 | 101010000 | 100100 | 100000 |
Color Harmonies of #70354D
Complementary color
Monochromatic Colors of #70354D
Black with #70354D
Text Example
Text Example
White with #70354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70354D; }
p { color: rgb(112,53,77); }
H1.HeaderClassName
{
color: #70354D;
}
.AnyTagClassName
{
color: #70354D;
}
</style>
background-color css
<style>
a { background-color: #70354D; }
a { background-color: rgb(112,53,77); }
div.DivClassName
{
background-color: #70354D;
}
.BgClassName
{
background-color: #70354D;
}
</style>
border-color css
<style>
span { border-color: #70354D; }
span { border-color: rgb(112,53,77); }
td.TdClassName
{
border-color: #70354D;
}
.TagClassName
{
border-color: #70354D;
}
</style>