Shades of Flirt #70304C
Tints of Flirt #70304C
RGB
CMYK
RGB Variations
Color information
#70304C (or 0x70304C) is known color: Flirt. HEX triplet: 70, 30 and 4C. RGB value is (112,48,76). Sum of RGB (Red+Green+Blue) = 112+48+76=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70304C is #8FCFB3. Grayscale: #464646. Windows color (decimal): -9424820 or 4993136. OLE color: 4993136.
HSL color Cylindrical-coordinate representation of color #70304C: hue angle of 333.75º 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 #70304C is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 76 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.56 |
| HSL | 333.75º | 0.4% | 0.31% | - |
| HSV(B) | 333.75º | 0.57% | 0.44% | - |
| XYZ | 9.04 | 6.08 | 7.53 | - |
| YUV | 70.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 76 | 0 | 0.57 | 0.32 | 0.56 | 333.75 | 0.4 | 0.31 |
| Hex | 70 | 30 | 4C | 0 | 39 | 20 | 38 | 14E | 28 | 1F |
| Octal | 160 | 60 | 114 | 0 | 71 | 40 | 70 | 516 | 50 | 37 |
| Binary | 1110000 | 110000 | 1001100 | 0 | 111001 | 100000 | 111000 | 101001110 | 101000 | 11111 |
Color Harmonies of #70304C
Complementary color
Monochromatic Colors of #70304C
Black with #70304C
Text Example
Text Example
White with #70304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70304C; }
p { color: rgb(112,48,76); }
H1.HeaderClassName
{
color: #70304C;
}
.AnyTagClassName
{
color: #70304C;
}
</style>
background-color css
<style>
a { background-color: #70304C; }
a { background-color: rgb(112,48,76); }
div.DivClassName
{
background-color: #70304C;
}
.BgClassName
{
background-color: #70304C;
}
</style>
border-color css
<style>
span { border-color: #70304C; }
span { border-color: rgb(112,48,76); }
td.TdClassName
{
border-color: #70304C;
}
.TagClassName
{
border-color: #70304C;
}
</style>