Shades of Flirt #702E4B
Tints of Flirt #702E4B
RGB
CMYK
RGB Variations
Color information
#702E4B (or 0x702E4B) is known color: Flirt. HEX triplet: 70, 2E and 4B. RGB value is (112,46,75). Sum of RGB (Red+Green+Blue) = 112+46+75=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #702E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E4B is #8FD1B4. Grayscale: #444444. Windows color (decimal): -9425333 or 4927088. OLE color: 4927088.
HSL color Cylindrical-coordinate representation of color #702E4B: hue angle of 333.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E4B is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 75 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.56 |
| HSL | 333.64º | 0.42% | 0.31% | - |
| HSV(B) | 333.64º | 0.59% | 0.44% | - |
| XYZ | 8.93 | 5.91 | 7.33 | - |
| YUV | 69.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 75 | 0 | 0.59 | 0.33 | 0.56 | 333.64 | 0.42 | 0.31 |
| Hex | 70 | 2E | 4B | 0 | 3B | 21 | 38 | 14E | 2A | 1F |
| Octal | 160 | 56 | 113 | 0 | 73 | 41 | 70 | 516 | 52 | 37 |
| Binary | 1110000 | 101110 | 1001011 | 0 | 111011 | 100001 | 111000 | 101001110 | 101010 | 11111 |
Color Harmonies of #702E4B
Complementary color
Monochromatic Colors of #702E4B
Black with #702E4B
Text Example
Text Example
White with #702E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E4B; }
p { color: rgb(112,46,75); }
H1.HeaderClassName
{
color: #702E4B;
}
.AnyTagClassName
{
color: #702E4B;
}
</style>
background-color css
<style>
a { background-color: #702E4B; }
a { background-color: rgb(112,46,75); }
div.DivClassName
{
background-color: #702E4B;
}
.BgClassName
{
background-color: #702E4B;
}
</style>
border-color css
<style>
span { border-color: #702E4B; }
span { border-color: rgb(112,46,75); }
td.TdClassName
{
border-color: #702E4B;
}
.TagClassName
{
border-color: #702E4B;
}
</style>