Shades of Flirt #702D56
Tints of Flirt #702D56
RGB
CMYK
RGB Variations
Color information
#702D56 (or 0x702D56) is known color: Flirt. HEX triplet: 70, 2D and 56. RGB value is (112,45,86). Sum of RGB (Red+Green+Blue) = 112+45+86=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #702D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702D56 is #8FD2A9. Grayscale: #454545. Windows color (decimal): -9425578 or 5647728. OLE color: 5647728.
HSL color Cylindrical-coordinate representation of color #702D56: hue angle of 323.28º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #702D56 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 45 | 86 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.56 |
| HSL | 323.28º | 0.43% | 0.31% | - |
| HSV(B) | 323.28º | 0.6% | 0.44% | - |
| XYZ | 9.3 | 5.99 | 9.47 | - |
| YUV | 69.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 45 | 86 | 0 | 0.60 | 0.23 | 0.56 | 323.28 | 0.43 | 0.31 |
| Hex | 70 | 2D | 56 | 0 | 3C | 17 | 38 | 143 | 2B | 1F |
| Octal | 160 | 55 | 126 | 0 | 74 | 27 | 70 | 503 | 53 | 37 |
| Binary | 1110000 | 101101 | 1010110 | 0 | 111100 | 10111 | 111000 | 101000011 | 101011 | 11111 |
Color Harmonies of #702D56
Complementary color
Monochromatic Colors of #702D56
Black with #702D56
Text Example
Text Example
White with #702D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702D56; }
p { color: rgb(112,45,86); }
H1.HeaderClassName
{
color: #702D56;
}
.AnyTagClassName
{
color: #702D56;
}
</style>
background-color css
<style>
a { background-color: #702D56; }
a { background-color: rgb(112,45,86); }
div.DivClassName
{
background-color: #702D56;
}
.BgClassName
{
background-color: #702D56;
}
</style>
border-color css
<style>
span { border-color: #702D56; }
span { border-color: rgb(112,45,86); }
td.TdClassName
{
border-color: #702D56;
}
.TagClassName
{
border-color: #702D56;
}
</style>