Shades of Lipstick #97334E
Tints of Lipstick #97334E
RGB
CMYK
RGB Variations
Color information
#97334E (or 0x97334E) is known color: Lipstick. HEX triplet: 97, 33 and 4E. RGB value is (151,51,78). Sum of RGB (Red+Green+Blue) = 151+51+78=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #97334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97334E is #68CCB1. Grayscale: #535353. Windows color (decimal): -6868146 or 5125015. OLE color: 5125015.
HSL color Cylindrical-coordinate representation of color #97334E: hue angle of 343.8º degrees, saturation: 0.5, 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 #97334E is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 78 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.41 |
| HSL | 343.8º | 0.5% | 0.4% | - |
| HSV(B) | 343.8º | 0.66% | 0.59% | - |
| XYZ | 15.32 | 9.5 | 8.23 | - |
| YUV | 83.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 78 | 0 | 0.66 | 0.48 | 0.41 | 343.8 | 0.5 | 0.4 |
| Hex | 97 | 33 | 4E | 0 | 42 | 30 | 29 | 158 | 32 | 28 |
| Octal | 227 | 63 | 116 | 0 | 102 | 60 | 51 | 530 | 62 | 50 |
| Binary | 10010111 | 110011 | 1001110 | 0 | 1000010 | 110000 | 101001 | 101011000 | 110010 | 101000 |
Color Harmonies of #97334E
Complementary color
Monochromatic Colors of #97334E
Black with #97334E
Text Example
Text Example
White with #97334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97334E; }
p { color: rgb(151,51,78); }
H1.HeaderClassName
{
color: #97334E;
}
.AnyTagClassName
{
color: #97334E;
}
</style>
background-color css
<style>
a { background-color: #97334E; }
a { background-color: rgb(151,51,78); }
div.DivClassName
{
background-color: #97334E;
}
.BgClassName
{
background-color: #97334E;
}
</style>
border-color css
<style>
span { border-color: #97334E; }
span { border-color: rgb(151,51,78); }
td.TdClassName
{
border-color: #97334E;
}
.TagClassName
{
border-color: #97334E;
}
</style>