Shades of Flirt #76295A
Tints of Flirt #76295A
RGB
CMYK
RGB Variations
Color information
#76295A (or 0x76295A) is known color: Flirt. HEX triplet: 76, 29 and 5A. RGB value is (118,41,90). Sum of RGB (Red+Green+Blue) = 118+41+90=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76295A is #89D6A5. Grayscale: #454545. Windows color (decimal): -9033382 or 5908854. OLE color: 5908854.
HSL color Cylindrical-coordinate representation of color #76295A: hue angle of 321.82º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76295A is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 90 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.54 |
| HSL | 321.82º | 0.48% | 0.31% | - |
| HSV(B) | 321.82º | 0.65% | 0.46% | - |
| XYZ | 10.11 | 6.18 | 10.33 | - |
| YUV | 69.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 90 | 0 | 0.65 | 0.24 | 0.54 | 321.82 | 0.48 | 0.31 |
| Hex | 76 | 29 | 5A | 0 | 41 | 18 | 36 | 142 | 30 | 1F |
| Octal | 166 | 51 | 132 | 0 | 101 | 30 | 66 | 502 | 60 | 37 |
| Binary | 1110110 | 101001 | 1011010 | 0 | 1000001 | 11000 | 110110 | 101000010 | 110000 | 11111 |
Color Harmonies of #76295A
Complementary color
Monochromatic Colors of #76295A
Black with #76295A
Text Example
Text Example
White with #76295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76295A; }
p { color: rgb(118,41,90); }
H1.HeaderClassName
{
color: #76295A;
}
.AnyTagClassName
{
color: #76295A;
}
</style>
background-color css
<style>
a { background-color: #76295A; }
a { background-color: rgb(118,41,90); }
div.DivClassName
{
background-color: #76295A;
}
.BgClassName
{
background-color: #76295A;
}
</style>
border-color css
<style>
span { border-color: #76295A; }
span { border-color: rgb(118,41,90); }
td.TdClassName
{
border-color: #76295A;
}
.TagClassName
{
border-color: #76295A;
}
</style>