Shades of Flirt #7E385D
Tints of Flirt #7E385D
RGB
CMYK
RGB Variations
Color information
#7E385D (or 0x7E385D) is known color: Flirt. HEX triplet: 7E, 38 and 5D. RGB value is (126,56,93). Sum of RGB (Red+Green+Blue) = 126+56+93=275 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.82% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 126 - color contains mainly: red. Hex color #7E385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E385D is #81C7A2. Grayscale: #515151. Windows color (decimal): -8505251 or 6109310. OLE color: 6109310.
HSL color Cylindrical-coordinate representation of color #7E385D: hue angle of 328.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E385D is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 93 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.51 |
| HSL | 328.29º | 0.38% | 0.36% | - |
| HSV(B) | 328.29º | 0.56% | 0.49% | - |
| XYZ | 11.99 | 8.05 | 11.28 | - |
| YUV | 81.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 93 | 0 | 0.56 | 0.26 | 0.51 | 328.29 | 0.38 | 0.36 |
| Hex | 7E | 38 | 5D | 0 | 38 | 1A | 33 | 148 | 26 | 24 |
| Octal | 176 | 70 | 135 | 0 | 70 | 32 | 63 | 510 | 46 | 44 |
| Binary | 1111110 | 111000 | 1011101 | 0 | 111000 | 11010 | 110011 | 101001000 | 100110 | 100100 |
Color Harmonies of #7E385D
Complementary color
Monochromatic Colors of #7E385D
Black with #7E385D
Text Example
Text Example
White with #7E385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E385D; }
p { color: rgb(126,56,93); }
H1.HeaderClassName
{
color: #7E385D;
}
.AnyTagClassName
{
color: #7E385D;
}
</style>
background-color css
<style>
a { background-color: #7E385D; }
a { background-color: rgb(126,56,93); }
div.DivClassName
{
background-color: #7E385D;
}
.BgClassName
{
background-color: #7E385D;
}
</style>
border-color css
<style>
span { border-color: #7E385D; }
span { border-color: rgb(126,56,93); }
td.TdClassName
{
border-color: #7E385D;
}
.TagClassName
{
border-color: #7E385D;
}
</style>