Shades of Lipstick #961D4D
Tints of Lipstick #961D4D
RGB
CMYK
RGB Variations
Color information
#961D4D (or 0x961D4D) is known color: Lipstick. HEX triplet: 96, 1D and 4D. RGB value is (150,29,77). Sum of RGB (Red+Green+Blue) = 150+29+77=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #961D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961D4D is #69E2B2. Grayscale: #464646. Windows color (decimal): -6939315 or 5053846. OLE color: 5053846.
HSL color Cylindrical-coordinate representation of color #961D4D: hue angle of 336.2º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D4D is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 77 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.41 |
| HSL | 336.2º | 0.68% | 0.35% | - |
| HSV(B) | 336.2º | 0.81% | 0.59% | - |
| XYZ | 14.36 | 7.9 | 7.79 | - |
| YUV | 70.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 77 | 0 | 0.81 | 0.49 | 0.41 | 336.2 | 0.68 | 0.35 |
| Hex | 96 | 1D | 4D | 0 | 51 | 31 | 29 | 150 | 44 | 23 |
| Octal | 226 | 35 | 115 | 0 | 121 | 61 | 51 | 520 | 104 | 43 |
| Binary | 10010110 | 11101 | 1001101 | 0 | 1010001 | 110001 | 101001 | 101010000 | 1000100 | 100011 |
Color Harmonies of #961D4D
Complementary color
Monochromatic Colors of #961D4D
Black with #961D4D
Text Example
Text Example
White with #961D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D4D; }
p { color: rgb(150,29,77); }
H1.HeaderClassName
{
color: #961D4D;
}
.AnyTagClassName
{
color: #961D4D;
}
</style>
background-color css
<style>
a { background-color: #961D4D; }
a { background-color: rgb(150,29,77); }
div.DivClassName
{
background-color: #961D4D;
}
.BgClassName
{
background-color: #961D4D;
}
</style>
border-color css
<style>
span { border-color: #961D4D; }
span { border-color: rgb(150,29,77); }
td.TdClassName
{
border-color: #961D4D;
}
.TagClassName
{
border-color: #961D4D;
}
</style>