Shades of Flirt #70294B
Tints of Flirt #70294B
RGB
CMYK
RGB Variations
Color information
#70294B (or 0x70294B) is known color: Flirt. HEX triplet: 70, 29 and 4B. RGB value is (112,41,75). Sum of RGB (Red+Green+Blue) = 112+41+75=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70294B is #8FD6B4. Grayscale: #424242. Windows color (decimal): -9426613 or 4925808. OLE color: 4925808.
HSL color Cylindrical-coordinate representation of color #70294B: hue angle of 331.27º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70294B is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 41 | 75 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.56 |
| HSL | 331.27º | 0.46% | 0.3% | - |
| HSV(B) | 331.27º | 0.63% | 0.44% | - |
| XYZ | 8.75 | 5.54 | 7.26 | - |
| YUV | 66.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 75 | 0 | 0.63 | 0.33 | 0.56 | 331.27 | 0.46 | 0.3 |
| Hex | 70 | 29 | 4B | 0 | 3F | 21 | 38 | 14B | 2E | 1E |
| Octal | 160 | 51 | 113 | 0 | 77 | 41 | 70 | 513 | 56 | 36 |
| Binary | 1110000 | 101001 | 1001011 | 0 | 111111 | 100001 | 111000 | 101001011 | 101110 | 11110 |
Color Harmonies of #70294B
Complementary color
Monochromatic Colors of #70294B
Black with #70294B
Text Example
Text Example
White with #70294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70294B; }
p { color: rgb(112,41,75); }
H1.HeaderClassName
{
color: #70294B;
}
.AnyTagClassName
{
color: #70294B;
}
</style>
background-color css
<style>
a { background-color: #70294B; }
a { background-color: rgb(112,41,75); }
div.DivClassName
{
background-color: #70294B;
}
.BgClassName
{
background-color: #70294B;
}
</style>
border-color css
<style>
span { border-color: #70294B; }
span { border-color: rgb(112,41,75); }
td.TdClassName
{
border-color: #70294B;
}
.TagClassName
{
border-color: #70294B;
}
</style>