Shades of Lipstick #962B4D
Tints of Lipstick #962B4D
RGB
CMYK
RGB Variations
Color information
#962B4D (or 0x962B4D) is known color: Lipstick. HEX triplet: 96, 2B and 4D. RGB value is (150,43,77). Sum of RGB (Red+Green+Blue) = 150+43+77=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #962B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B4D is #69D4B2. Grayscale: #4E4E4E. Windows color (decimal): -6935731 or 5057430. OLE color: 5057430.
HSL color Cylindrical-coordinate representation of color #962B4D: hue angle of 340.93º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B4D is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 43 | 77 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.41 |
| HSL | 340.93º | 0.55% | 0.38% | - |
| HSV(B) | 340.93º | 0.71% | 0.59% | - |
| XYZ | 14.78 | 8.75 | 7.93 | - |
| YUV | 78.87 | 126.95 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 77 | 0 | 0.71 | 0.49 | 0.41 | 340.93 | 0.55 | 0.38 |
| Hex | 96 | 2B | 4D | 0 | 47 | 31 | 29 | 155 | 37 | 26 |
| Octal | 226 | 53 | 115 | 0 | 107 | 61 | 51 | 525 | 67 | 46 |
| Binary | 10010110 | 101011 | 1001101 | 0 | 1000111 | 110001 | 101001 | 101010101 | 110111 | 100110 |
Color Harmonies of #962B4D
Complementary color
Monochromatic Colors of #962B4D
Black with #962B4D
Text Example
Text Example
White with #962B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962B4D; }
p { color: rgb(150,43,77); }
H1.HeaderClassName
{
color: #962B4D;
}
.AnyTagClassName
{
color: #962B4D;
}
</style>
background-color css
<style>
a { background-color: #962B4D; }
a { background-color: rgb(150,43,77); }
div.DivClassName
{
background-color: #962B4D;
}
.BgClassName
{
background-color: #962B4D;
}
</style>
border-color css
<style>
span { border-color: #962B4D; }
span { border-color: rgb(150,43,77); }
td.TdClassName
{
border-color: #962B4D;
}
.TagClassName
{
border-color: #962B4D;
}
</style>