Shades of Flirt #702A4A
Tints of Flirt #702A4A
RGB
CMYK
RGB Variations
Color information
#702A4A (or 0x702A4A) is known color: Flirt. HEX triplet: 70, 2A and 4A. RGB value is (112,42,74). Sum of RGB (Red+Green+Blue) = 112+42+74=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #702A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A4A is #8FD5B5. Grayscale: #424242. Windows color (decimal): -9426358 or 4860528. OLE color: 4860528.
HSL color Cylindrical-coordinate representation of color #702A4A: hue angle of 332.57º 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 #702A4A is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 74 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.56 |
| HSL | 332.57º | 0.45% | 0.3% | - |
| HSV(B) | 332.57º | 0.63% | 0.44% | - |
| XYZ | 8.75 | 5.6 | 7.1 | - |
| YUV | 66.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 74 | 0 | 0.62 | 0.34 | 0.56 | 332.57 | 0.45 | 0.3 |
| Hex | 70 | 2A | 4A | 0 | 3E | 22 | 38 | 14D | 2D | 1E |
| Octal | 160 | 52 | 112 | 0 | 76 | 42 | 70 | 515 | 55 | 36 |
| Binary | 1110000 | 101010 | 1001010 | 0 | 111110 | 100010 | 111000 | 101001101 | 101101 | 11110 |
Color Harmonies of #702A4A
Complementary color
Monochromatic Colors of #702A4A
Black with #702A4A
Text Example
Text Example
White with #702A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A4A; }
p { color: rgb(112,42,74); }
H1.HeaderClassName
{
color: #702A4A;
}
.AnyTagClassName
{
color: #702A4A;
}
</style>
background-color css
<style>
a { background-color: #702A4A; }
a { background-color: rgb(112,42,74); }
div.DivClassName
{
background-color: #702A4A;
}
.BgClassName
{
background-color: #702A4A;
}
</style>
border-color css
<style>
span { border-color: #702A4A; }
span { border-color: rgb(112,42,74); }
td.TdClassName
{
border-color: #702A4A;
}
.TagClassName
{
border-color: #702A4A;
}
</style>