Shades of Lipstick #97336C
Tints of Lipstick #97336C
RGB
CMYK
RGB Variations
Color information
#97336C (or 0x97336C) is known color: Lipstick. HEX triplet: 97, 33 and 6C. RGB value is (151,51,108). Sum of RGB (Red+Green+Blue) = 151+51+108=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97336C is #68CC93. Grayscale: #575757. Windows color (decimal): -6868116 or 7091095. OLE color: 7091095.
HSL color Cylindrical-coordinate representation of color #97336C: hue angle of 325.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 #97336C is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 51 | 108 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.41 |
| HSL | 325.8º | 0.5% | 0.4% | - |
| HSV(B) | 325.8º | 0.66% | 0.59% | - |
| XYZ | 16.65 | 10.03 | 15.25 | - |
| YUV | 87.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 51 | 108 | 0 | 0.66 | 0.28 | 0.41 | 325.8 | 0.5 | 0.4 |
| Hex | 97 | 33 | 6C | 0 | 42 | 1C | 29 | 146 | 32 | 28 |
| Octal | 227 | 63 | 154 | 0 | 102 | 34 | 51 | 506 | 62 | 50 |
| Binary | 10010111 | 110011 | 1101100 | 0 | 1000010 | 11100 | 101001 | 101000110 | 110010 | 101000 |
Color Harmonies of #97336C
Complementary color
Monochromatic Colors of #97336C
Black with #97336C
Text Example
Text Example
White with #97336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97336C; }
p { color: rgb(151,51,108); }
H1.HeaderClassName
{
color: #97336C;
}
.AnyTagClassName
{
color: #97336C;
}
</style>
background-color css
<style>
a { background-color: #97336C; }
a { background-color: rgb(151,51,108); }
div.DivClassName
{
background-color: #97336C;
}
.BgClassName
{
background-color: #97336C;
}
</style>
border-color css
<style>
span { border-color: #97336C; }
span { border-color: rgb(151,51,108); }
td.TdClassName
{
border-color: #97336C;
}
.TagClassName
{
border-color: #97336C;
}
</style>