Shades of Flirt #70304A
Tints of Flirt #70304A
RGB
CMYK
RGB Variations
Color information
#70304A (or 0x70304A) is known color: Flirt. HEX triplet: 70, 30 and 4A. RGB value is (112,48,74). Sum of RGB (Red+Green+Blue) = 112+48+74=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #70304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70304A is #8FCFB5. Grayscale: #464646. Windows color (decimal): -9424822 or 4862064. OLE color: 4862064.
HSL color Cylindrical-coordinate representation of color #70304A: hue angle of 335.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70304A is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 74 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.56 |
| HSL | 335.63º | 0.4% | 0.31% | - |
| HSV(B) | 335.63º | 0.57% | 0.44% | - |
| XYZ | 8.98 | 6.05 | 7.17 | - |
| YUV | 70.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 74 | 0 | 0.57 | 0.34 | 0.56 | 335.63 | 0.4 | 0.31 |
| Hex | 70 | 30 | 4A | 0 | 39 | 22 | 38 | 150 | 28 | 1F |
| Octal | 160 | 60 | 112 | 0 | 71 | 42 | 70 | 520 | 50 | 37 |
| Binary | 1110000 | 110000 | 1001010 | 0 | 111001 | 100010 | 111000 | 101010000 | 101000 | 11111 |
Color Harmonies of #70304A
Complementary color
Monochromatic Colors of #70304A
Black with #70304A
Text Example
Text Example
White with #70304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70304A; }
p { color: rgb(112,48,74); }
H1.HeaderClassName
{
color: #70304A;
}
.AnyTagClassName
{
color: #70304A;
}
</style>
background-color css
<style>
a { background-color: #70304A; }
a { background-color: rgb(112,48,74); }
div.DivClassName
{
background-color: #70304A;
}
.BgClassName
{
background-color: #70304A;
}
</style>
border-color css
<style>
span { border-color: #70304A; }
span { border-color: rgb(112,48,74); }
td.TdClassName
{
border-color: #70304A;
}
.TagClassName
{
border-color: #70304A;
}
</style>