Shades of Lipstick #962F50
Tints of Lipstick #962F50
RGB
CMYK
RGB Variations
Color information
#962F50 (or 0x962F50) is known color: Lipstick. HEX triplet: 96, 2F and 50. RGB value is (150,47,80). Sum of RGB (Red+Green+Blue) = 150+47+80=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #962F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F50 is #69D0AF. Grayscale: #515151. Windows color (decimal): -6934704 or 5255062. OLE color: 5255062.
HSL color Cylindrical-coordinate representation of color #962F50: hue angle of 340.78º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F50 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 80 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.41 |
| HSL | 340.78º | 0.52% | 0.39% | - |
| HSV(B) | 340.78º | 0.69% | 0.59% | - |
| XYZ | 15.04 | 9.1 | 8.55 | - |
| YUV | 81.56 | 127.12 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 80 | 0 | 0.69 | 0.47 | 0.41 | 340.78 | 0.52 | 0.39 |
| Hex | 96 | 2F | 50 | 0 | 45 | 2F | 29 | 155 | 34 | 27 |
| Octal | 226 | 57 | 120 | 0 | 105 | 57 | 51 | 525 | 64 | 47 |
| Binary | 10010110 | 101111 | 1010000 | 0 | 1000101 | 101111 | 101001 | 101010101 | 110100 | 100111 |
Color Harmonies of #962F50
Complementary color
Monochromatic Colors of #962F50
Black with #962F50
Text Example
Text Example
White with #962F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F50; }
p { color: rgb(150,47,80); }
H1.HeaderClassName
{
color: #962F50;
}
.AnyTagClassName
{
color: #962F50;
}
</style>
background-color css
<style>
a { background-color: #962F50; }
a { background-color: rgb(150,47,80); }
div.DivClassName
{
background-color: #962F50;
}
.BgClassName
{
background-color: #962F50;
}
</style>
border-color css
<style>
span { border-color: #962F50; }
span { border-color: rgb(150,47,80); }
td.TdClassName
{
border-color: #962F50;
}
.TagClassName
{
border-color: #962F50;
}
</style>