Shades of Flirt #70374D
Tints of Flirt #70374D
RGB
CMYK
RGB Variations
Color information
#70374D (or 0x70374D) is known color: Flirt. HEX triplet: 70, 37 and 4D. RGB value is (112,55,77). Sum of RGB (Red+Green+Blue) = 112+55+77=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70374D is #8FC8B2. Grayscale: #4A4A4A. Windows color (decimal): -9423027 or 5060464. OLE color: 5060464.
HSL color Cylindrical-coordinate representation of color #70374D: hue angle of 336.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70374D is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 77 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.56 |
| HSL | 336.84º | 0.34% | 0.33% | - |
| HSV(B) | 336.84º | 0.51% | 0.44% | - |
| XYZ | 9.39 | 6.71 | 7.82 | - |
| YUV | 74.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 77 | 0 | 0.51 | 0.31 | 0.56 | 336.84 | 0.34 | 0.33 |
| Hex | 70 | 37 | 4D | 0 | 33 | 1F | 38 | 151 | 22 | 21 |
| Octal | 160 | 67 | 115 | 0 | 63 | 37 | 70 | 521 | 42 | 41 |
| Binary | 1110000 | 110111 | 1001101 | 0 | 110011 | 11111 | 111000 | 101010001 | 100010 | 100001 |
Color Harmonies of #70374D
Complementary color
Monochromatic Colors of #70374D
Black with #70374D
Text Example
Text Example
White with #70374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70374D; }
p { color: rgb(112,55,77); }
H1.HeaderClassName
{
color: #70374D;
}
.AnyTagClassName
{
color: #70374D;
}
</style>
background-color css
<style>
a { background-color: #70374D; }
a { background-color: rgb(112,55,77); }
div.DivClassName
{
background-color: #70374D;
}
.BgClassName
{
background-color: #70374D;
}
</style>
border-color css
<style>
span { border-color: #70374D; }
span { border-color: rgb(112,55,77); }
td.TdClassName
{
border-color: #70374D;
}
.TagClassName
{
border-color: #70374D;
}
</style>