Shades of Lipstick #963169
Tints of Lipstick #963169
RGB
CMYK
RGB Variations
Color information
#963169 (or 0x963169) is known color: Lipstick. HEX triplet: 96, 31 and 69. RGB value is (150,49,105). Sum of RGB (Red+Green+Blue) = 150+49+105=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #963169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963169 is #69CE96. Grayscale: #555555. Windows color (decimal): -6934167 or 6893974. OLE color: 6893974.
HSL color Cylindrical-coordinate representation of color #963169: hue angle of 326.73º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963169 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 105 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.41 |
| HSL | 326.73º | 0.51% | 0.39% | - |
| HSV(B) | 326.73º | 0.67% | 0.59% | - |
| XYZ | 16.23 | 9.7 | 14.38 | - |
| YUV | 85.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 105 | 0 | 0.67 | 0.30 | 0.41 | 326.73 | 0.51 | 0.39 |
| Hex | 96 | 31 | 69 | 0 | 43 | 1E | 29 | 147 | 33 | 27 |
| Octal | 226 | 61 | 151 | 0 | 103 | 36 | 51 | 507 | 63 | 47 |
| Binary | 10010110 | 110001 | 1101001 | 0 | 1000011 | 11110 | 101001 | 101000111 | 110011 | 100111 |
Color Harmonies of #963169
Complementary color
Monochromatic Colors of #963169
Black with #963169
Text Example
Text Example
White with #963169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963169; }
p { color: rgb(150,49,105); }
H1.HeaderClassName
{
color: #963169;
}
.AnyTagClassName
{
color: #963169;
}
</style>
background-color css
<style>
a { background-color: #963169; }
a { background-color: rgb(150,49,105); }
div.DivClassName
{
background-color: #963169;
}
.BgClassName
{
background-color: #963169;
}
</style>
border-color css
<style>
span { border-color: #963169; }
span { border-color: rgb(150,49,105); }
td.TdClassName
{
border-color: #963169;
}
.TagClassName
{
border-color: #963169;
}
</style>