Shades of Flirt #70364D
Tints of Flirt #70364D
RGB
CMYK
RGB Variations
Color information
#70364D (or 0x70364D) is known color: Flirt. HEX triplet: 70, 36 and 4D. RGB value is (112,54,77). Sum of RGB (Red+Green+Blue) = 112+54+77=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70364D is #8FC9B2. Grayscale: #494949. Windows color (decimal): -9423283 or 5060208. OLE color: 5060208.
HSL color Cylindrical-coordinate representation of color #70364D: hue angle of 336.21º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70364D is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 77 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.56 |
| HSL | 336.21º | 0.35% | 0.33% | - |
| HSV(B) | 336.21º | 0.52% | 0.44% | - |
| XYZ | 9.34 | 6.62 | 7.81 | - |
| YUV | 73.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 77 | 0 | 0.52 | 0.31 | 0.56 | 336.21 | 0.35 | 0.33 |
| Hex | 70 | 36 | 4D | 0 | 34 | 1F | 38 | 150 | 23 | 21 |
| Octal | 160 | 66 | 115 | 0 | 64 | 37 | 70 | 520 | 43 | 41 |
| Binary | 1110000 | 110110 | 1001101 | 0 | 110100 | 11111 | 111000 | 101010000 | 100011 | 100001 |
Color Harmonies of #70364D
Complementary color
Monochromatic Colors of #70364D
Black with #70364D
Text Example
Text Example
White with #70364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70364D; }
p { color: rgb(112,54,77); }
H1.HeaderClassName
{
color: #70364D;
}
.AnyTagClassName
{
color: #70364D;
}
</style>
background-color css
<style>
a { background-color: #70364D; }
a { background-color: rgb(112,54,77); }
div.DivClassName
{
background-color: #70364D;
}
.BgClassName
{
background-color: #70364D;
}
</style>
border-color css
<style>
span { border-color: #70364D; }
span { border-color: rgb(112,54,77); }
td.TdClassName
{
border-color: #70364D;
}
.TagClassName
{
border-color: #70364D;
}
</style>