Shades of Flirt #7E2B55
Tints of Flirt #7E2B55
RGB
CMYK
RGB Variations
Color information
#7E2B55 (or 0x7E2B55) is known color: Flirt. HEX triplet: 7E, 2B and 55. RGB value is (126,43,85). Sum of RGB (Red+Green+Blue) = 126+43+85=254 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.61% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2B55 is #81D4AA. Grayscale: #484848. Windows color (decimal): -8508587 or 5581694. OLE color: 5581694.
HSL color Cylindrical-coordinate representation of color #7E2B55: hue angle of 329.64º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E2B55 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 43 | 85 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.51 |
| HSL | 329.64º | 0.49% | 0.33% | - |
| HSV(B) | 329.64º | 0.66% | 0.49% | - |
| XYZ | 11.11 | 6.82 | 9.33 | - |
| YUV | 72.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 85 | 0 | 0.66 | 0.33 | 0.51 | 329.64 | 0.49 | 0.33 |
| Hex | 7E | 2B | 55 | 0 | 42 | 21 | 33 | 14A | 31 | 21 |
| Octal | 176 | 53 | 125 | 0 | 102 | 41 | 63 | 512 | 61 | 41 |
| Binary | 1111110 | 101011 | 1010101 | 0 | 1000010 | 100001 | 110011 | 101001010 | 110001 | 100001 |
Color Harmonies of #7E2B55
Complementary color
Monochromatic Colors of #7E2B55
Black with #7E2B55
Text Example
Text Example
White with #7E2B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2B55; }
p { color: rgb(126,43,85); }
H1.HeaderClassName
{
color: #7E2B55;
}
.AnyTagClassName
{
color: #7E2B55;
}
</style>
background-color css
<style>
a { background-color: #7E2B55; }
a { background-color: rgb(126,43,85); }
div.DivClassName
{
background-color: #7E2B55;
}
.BgClassName
{
background-color: #7E2B55;
}
</style>
border-color css
<style>
span { border-color: #7E2B55; }
span { border-color: rgb(126,43,85); }
td.TdClassName
{
border-color: #7E2B55;
}
.TagClassName
{
border-color: #7E2B55;
}
</style>