Shades of Flirt #7E1952
Tints of Flirt #7E1952
RGB
CMYK
RGB Variations
Color information
#7E1952 (or 0x7E1952) is known color: Flirt. HEX triplet: 7E, 19 and 52. RGB value is (126,25,82). Sum of RGB (Red+Green+Blue) = 126+25+82=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1952 is #81E6AD. Grayscale: #3D3D3D. Windows color (decimal): -8513198 or 5380478. OLE color: 5380478.
HSL color Cylindrical-coordinate representation of color #7E1952: hue angle of 326.14º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E1952 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 25 | 82 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.51 |
| HSL | 326.14º | 0.67% | 0.3% | - |
| HSV(B) | 326.14º | 0.8% | 0.49% | - |
| XYZ | 10.47 | 5.74 | 8.54 | - |
| YUV | 61.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 25 | 82 | 0 | 0.80 | 0.35 | 0.51 | 326.14 | 0.67 | 0.3 |
| Hex | 7E | 19 | 52 | 0 | 50 | 23 | 33 | 146 | 43 | 1E |
| Octal | 176 | 31 | 122 | 0 | 120 | 43 | 63 | 506 | 103 | 36 |
| Binary | 1111110 | 11001 | 1010010 | 0 | 1010000 | 100011 | 110011 | 101000110 | 1000011 | 11110 |
Color Harmonies of #7E1952
Complementary color
Monochromatic Colors of #7E1952
Black with #7E1952
Text Example
Text Example
White with #7E1952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1952; }
p { color: rgb(126,25,82); }
H1.HeaderClassName
{
color: #7E1952;
}
.AnyTagClassName
{
color: #7E1952;
}
</style>
background-color css
<style>
a { background-color: #7E1952; }
a { background-color: rgb(126,25,82); }
div.DivClassName
{
background-color: #7E1952;
}
.BgClassName
{
background-color: #7E1952;
}
</style>
border-color css
<style>
span { border-color: #7E1952; }
span { border-color: rgb(126,25,82); }
td.TdClassName
{
border-color: #7E1952;
}
.TagClassName
{
border-color: #7E1952;
}
</style>