Shades of Flirt #702A50
Tints of Flirt #702A50
RGB
CMYK
RGB Variations
Color information
#702A50 (or 0x702A50) is known color: Flirt. HEX triplet: 70, 2A and 50. RGB value is (112,42,80). Sum of RGB (Red+Green+Blue) = 112+42+80=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #702A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702A50 is #8FD5AF. Grayscale: #434343. Windows color (decimal): -9426352 or 5253744. OLE color: 5253744.
HSL color Cylindrical-coordinate representation of color #702A50: hue angle of 327.43º 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 #702A50 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 80 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.56 |
| HSL | 327.43º | 0.45% | 0.3% | - |
| HSV(B) | 327.43º | 0.63% | 0.44% | - |
| XYZ | 8.96 | 5.68 | 8.21 | - |
| YUV | 67.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 80 | 0 | 0.62 | 0.29 | 0.56 | 327.43 | 0.45 | 0.3 |
| Hex | 70 | 2A | 50 | 0 | 3E | 1D | 38 | 147 | 2D | 1E |
| Octal | 160 | 52 | 120 | 0 | 76 | 35 | 70 | 507 | 55 | 36 |
| Binary | 1110000 | 101010 | 1010000 | 0 | 111110 | 11101 | 111000 | 101000111 | 101101 | 11110 |
Color Harmonies of #702A50
Complementary color
Monochromatic Colors of #702A50
Black with #702A50
Text Example
Text Example
White with #702A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A50; }
p { color: rgb(112,42,80); }
H1.HeaderClassName
{
color: #702A50;
}
.AnyTagClassName
{
color: #702A50;
}
</style>
background-color css
<style>
a { background-color: #702A50; }
a { background-color: rgb(112,42,80); }
div.DivClassName
{
background-color: #702A50;
}
.BgClassName
{
background-color: #702A50;
}
</style>
border-color css
<style>
span { border-color: #702A50; }
span { border-color: rgb(112,42,80); }
td.TdClassName
{
border-color: #702A50;
}
.TagClassName
{
border-color: #702A50;
}
</style>