Shades of Lipstick #97345D
Tints of Lipstick #97345D
RGB
CMYK
RGB Variations
Color information
#97345D (or 0x97345D) is known color: Lipstick. HEX triplet: 97, 34 and 5D. RGB value is (151,52,93). Sum of RGB (Red+Green+Blue) = 151+52+93=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #97345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97345D is #68CBA2. Grayscale: #565656. Windows color (decimal): -6867875 or 6108311. OLE color: 6108311.
HSL color Cylindrical-coordinate representation of color #97345D: hue angle of 335.15º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97345D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 52 | 93 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.41 |
| HSL | 335.15º | 0.49% | 0.4% | - |
| HSV(B) | 335.15º | 0.66% | 0.59% | - |
| XYZ | 15.97 | 9.83 | 11.41 | - |
| YUV | 86.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 93 | 0 | 0.66 | 0.38 | 0.41 | 335.15 | 0.49 | 0.4 |
| Hex | 97 | 34 | 5D | 0 | 42 | 26 | 29 | 14F | 31 | 28 |
| Octal | 227 | 64 | 135 | 0 | 102 | 46 | 51 | 517 | 61 | 50 |
| Binary | 10010111 | 110100 | 1011101 | 0 | 1000010 | 100110 | 101001 | 101001111 | 110001 | 101000 |
Color Harmonies of #97345D
Complementary color
Monochromatic Colors of #97345D
Black with #97345D
Text Example
Text Example
White with #97345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97345D; }
p { color: rgb(151,52,93); }
H1.HeaderClassName
{
color: #97345D;
}
.AnyTagClassName
{
color: #97345D;
}
</style>
background-color css
<style>
a { background-color: #97345D; }
a { background-color: rgb(151,52,93); }
div.DivClassName
{
background-color: #97345D;
}
.BgClassName
{
background-color: #97345D;
}
</style>
border-color css
<style>
span { border-color: #97345D; }
span { border-color: rgb(151,52,93); }
td.TdClassName
{
border-color: #97345D;
}
.TagClassName
{
border-color: #97345D;
}
</style>