Shades of Lipstick #973166
Tints of Lipstick #973166
RGB
CMYK
RGB Variations
Color information
#973166 (or 0x973166) is known color: Lipstick. HEX triplet: 97, 31 and 66. RGB value is (151,49,102). Sum of RGB (Red+Green+Blue) = 151+49+102=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #973166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973166 is #68CE99. Grayscale: #555555. Windows color (decimal): -6868634 or 6697367. OLE color: 6697367.
HSL color Cylindrical-coordinate representation of color #973166: hue angle of 328.82º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973166 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 49 | 102 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.41 |
| HSL | 328.82º | 0.51% | 0.39% | - |
| HSV(B) | 328.82º | 0.68% | 0.59% | - |
| XYZ | 16.26 | 9.74 | 13.59 | - |
| YUV | 85.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 49 | 102 | 0 | 0.68 | 0.32 | 0.41 | 328.82 | 0.51 | 0.39 |
| Hex | 97 | 31 | 66 | 0 | 44 | 20 | 29 | 149 | 33 | 27 |
| Octal | 227 | 61 | 146 | 0 | 104 | 40 | 51 | 511 | 63 | 47 |
| Binary | 10010111 | 110001 | 1100110 | 0 | 1000100 | 100000 | 101001 | 101001001 | 110011 | 100111 |
Color Harmonies of #973166
Complementary color
Monochromatic Colors of #973166
Black with #973166
Text Example
Text Example
White with #973166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973166; }
p { color: rgb(151,49,102); }
H1.HeaderClassName
{
color: #973166;
}
.AnyTagClassName
{
color: #973166;
}
</style>
background-color css
<style>
a { background-color: #973166; }
a { background-color: rgb(151,49,102); }
div.DivClassName
{
background-color: #973166;
}
.BgClassName
{
background-color: #973166;
}
</style>
border-color css
<style>
span { border-color: #973166; }
span { border-color: rgb(151,49,102); }
td.TdClassName
{
border-color: #973166;
}
.TagClassName
{
border-color: #973166;
}
</style>