Shades of Flirt #702A4C
Tints of Flirt #702A4C
RGB
CMYK
RGB Variations
Color information
#702A4C (or 0x702A4C) is known color: Flirt. HEX triplet: 70, 2A and 4C. RGB value is (112,42,76). Sum of RGB (Red+Green+Blue) = 112+42+76=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #702A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A4C is #8FD5B3. Grayscale: #424242. Windows color (decimal): -9426356 or 4991600. OLE color: 4991600.
HSL color Cylindrical-coordinate representation of color #702A4C: hue angle of 330.86º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A4C is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 76 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.56 |
| HSL | 330.86º | 0.45% | 0.3% | - |
| HSV(B) | 330.86º | 0.63% | 0.44% | - |
| XYZ | 8.81 | 5.62 | 7.46 | - |
| YUV | 66.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 76 | 0 | 0.62 | 0.32 | 0.56 | 330.86 | 0.45 | 0.3 |
| Hex | 70 | 2A | 4C | 0 | 3E | 20 | 38 | 14B | 2D | 1E |
| Octal | 160 | 52 | 114 | 0 | 76 | 40 | 70 | 513 | 55 | 36 |
| Binary | 1110000 | 101010 | 1001100 | 0 | 111110 | 100000 | 111000 | 101001011 | 101101 | 11110 |
Color Harmonies of #702A4C
Complementary color
Monochromatic Colors of #702A4C
Black with #702A4C
Text Example
Text Example
White with #702A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A4C; }
p { color: rgb(112,42,76); }
H1.HeaderClassName
{
color: #702A4C;
}
.AnyTagClassName
{
color: #702A4C;
}
</style>
background-color css
<style>
a { background-color: #702A4C; }
a { background-color: rgb(112,42,76); }
div.DivClassName
{
background-color: #702A4C;
}
.BgClassName
{
background-color: #702A4C;
}
</style>
border-color css
<style>
span { border-color: #702A4C; }
span { border-color: rgb(112,42,76); }
td.TdClassName
{
border-color: #702A4C;
}
.TagClassName
{
border-color: #702A4C;
}
</style>