Shades of Lipstick #961F5E
Tints of Lipstick #961F5E
RGB
CMYK
RGB Variations
Color information
#961F5E (or 0x961F5E) is known color: Lipstick. HEX triplet: 96, 1F and 5E. RGB value is (150,31,94). Sum of RGB (Red+Green+Blue) = 150+31+94=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #961F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F5E is #69E0A1. Grayscale: #494949. Windows color (decimal): -6938786 or 6168470. OLE color: 6168470.
HSL color Cylindrical-coordinate representation of color #961F5E: hue angle of 328.24º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F5E is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 31 | 94 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.41 |
| HSL | 328.24º | 0.66% | 0.35% | - |
| HSV(B) | 328.24º | 0.79% | 0.59% | - |
| XYZ | 15.09 | 8.27 | 11.39 | - |
| YUV | 73.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 94 | 0 | 0.79 | 0.37 | 0.41 | 328.24 | 0.66 | 0.35 |
| Hex | 96 | 1F | 5E | 0 | 4F | 25 | 29 | 148 | 42 | 23 |
| Octal | 226 | 37 | 136 | 0 | 117 | 45 | 51 | 510 | 102 | 43 |
| Binary | 10010110 | 11111 | 1011110 | 0 | 1001111 | 100101 | 101001 | 101001000 | 1000010 | 100011 |
Color Harmonies of #961F5E
Complementary color
Monochromatic Colors of #961F5E
Black with #961F5E
Text Example
Text Example
White with #961F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961F5E; }
p { color: rgb(150,31,94); }
H1.HeaderClassName
{
color: #961F5E;
}
.AnyTagClassName
{
color: #961F5E;
}
</style>
background-color css
<style>
a { background-color: #961F5E; }
a { background-color: rgb(150,31,94); }
div.DivClassName
{
background-color: #961F5E;
}
.BgClassName
{
background-color: #961F5E;
}
</style>
border-color css
<style>
span { border-color: #961F5E; }
span { border-color: rgb(150,31,94); }
td.TdClassName
{
border-color: #961F5E;
}
.TagClassName
{
border-color: #961F5E;
}
</style>