Shades of Flirt #76325B
Tints of Flirt #76325B
RGB
CMYK
RGB Variations
Color information
#76325B (or 0x76325B) is known color: Flirt. HEX triplet: 76, 32 and 5B. RGB value is (118,50,91). Sum of RGB (Red+Green+Blue) = 118+50+91=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76325B is #89CDA4. Grayscale: #4A4A4A. Windows color (decimal): -9031077 or 5976694. OLE color: 5976694.
HSL color Cylindrical-coordinate representation of color #76325B: hue angle of 323.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76325B is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 91 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.54 |
| HSL | 323.82º | 0.4% | 0.33% | - |
| HSV(B) | 323.82º | 0.58% | 0.46% | - |
| XYZ | 10.5 | 6.89 | 10.67 | - |
| YUV | 75.01 | 137.03 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 91 | 0 | 0.58 | 0.23 | 0.54 | 323.82 | 0.4 | 0.33 |
| Hex | 76 | 32 | 5B | 0 | 3A | 17 | 36 | 144 | 28 | 21 |
| Octal | 166 | 62 | 133 | 0 | 72 | 27 | 66 | 504 | 50 | 41 |
| Binary | 1110110 | 110010 | 1011011 | 0 | 111010 | 10111 | 110110 | 101000100 | 101000 | 100001 |
Color Harmonies of #76325B
Complementary color
Monochromatic Colors of #76325B
Black with #76325B
Text Example
Text Example
White with #76325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76325B; }
p { color: rgb(118,50,91); }
H1.HeaderClassName
{
color: #76325B;
}
.AnyTagClassName
{
color: #76325B;
}
</style>
background-color css
<style>
a { background-color: #76325B; }
a { background-color: rgb(118,50,91); }
div.DivClassName
{
background-color: #76325B;
}
.BgClassName
{
background-color: #76325B;
}
</style>
border-color css
<style>
span { border-color: #76325B; }
span { border-color: rgb(118,50,91); }
td.TdClassName
{
border-color: #76325B;
}
.TagClassName
{
border-color: #76325B;
}
</style>