Shades of Lipstick #962969
Tints of Lipstick #962969
RGB
CMYK
RGB Variations
Color information
#962969 (or 0x962969) is known color: Lipstick. HEX triplet: 96, 29 and 69. RGB value is (150,41,105). Sum of RGB (Red+Green+Blue) = 150+41+105=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #962969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962969 is #69D696. Grayscale: #505050. Windows color (decimal): -6936215 or 6891926. OLE color: 6891926.
HSL color Cylindrical-coordinate representation of color #962969: hue angle of 324.77º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962969 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 105 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.41 |
| HSL | 324.77º | 0.57% | 0.37% | - |
| HSV(B) | 324.77º | 0.73% | 0.59% | - |
| XYZ | 15.92 | 9.09 | 14.28 | - |
| YUV | 80.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 105 | 0 | 0.73 | 0.30 | 0.41 | 324.77 | 0.57 | 0.37 |
| Hex | 96 | 29 | 69 | 0 | 49 | 1E | 29 | 145 | 39 | 25 |
| Octal | 226 | 51 | 151 | 0 | 111 | 36 | 51 | 505 | 71 | 45 |
| Binary | 10010110 | 101001 | 1101001 | 0 | 1001001 | 11110 | 101001 | 101000101 | 111001 | 100101 |
Color Harmonies of #962969
Complementary color
Monochromatic Colors of #962969
Black with #962969
Text Example
Text Example
White with #962969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962969; }
p { color: rgb(150,41,105); }
H1.HeaderClassName
{
color: #962969;
}
.AnyTagClassName
{
color: #962969;
}
</style>
background-color css
<style>
a { background-color: #962969; }
a { background-color: rgb(150,41,105); }
div.DivClassName
{
background-color: #962969;
}
.BgClassName
{
background-color: #962969;
}
</style>
border-color css
<style>
span { border-color: #962969; }
span { border-color: rgb(150,41,105); }
td.TdClassName
{
border-color: #962969;
}
.TagClassName
{
border-color: #962969;
}
</style>