Shades of Lipstick #961B49
Tints of Lipstick #961B49
RGB
CMYK
RGB Variations
Color information
#961B49 (or 0x961B49) is known color: Lipstick. HEX triplet: 96, 1B and 49. RGB value is (150,27,73). Sum of RGB (Red+Green+Blue) = 150+27+73=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #961B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961B49 is #69E4B6. Grayscale: #444444. Windows color (decimal): -6939831 or 4791190. OLE color: 4791190.
HSL color Cylindrical-coordinate representation of color #961B49: hue angle of 337.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961B49 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 27 | 73 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.41 |
| HSL | 337.56º | 0.69% | 0.35% | - |
| HSV(B) | 337.56º | 0.82% | 0.59% | - |
| XYZ | 14.17 | 7.75 | 7.05 | - |
| YUV | 69.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 73 | 0 | 0.82 | 0.51 | 0.41 | 337.56 | 0.69 | 0.35 |
| Hex | 96 | 1B | 49 | 0 | 52 | 33 | 29 | 152 | 45 | 23 |
| Octal | 226 | 33 | 111 | 0 | 122 | 63 | 51 | 522 | 105 | 43 |
| Binary | 10010110 | 11011 | 1001001 | 0 | 1010010 | 110011 | 101001 | 101010010 | 1000101 | 100011 |
Color Harmonies of #961B49
Complementary color
Monochromatic Colors of #961B49
Black with #961B49
Text Example
Text Example
White with #961B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961B49; }
p { color: rgb(150,27,73); }
H1.HeaderClassName
{
color: #961B49;
}
.AnyTagClassName
{
color: #961B49;
}
</style>
background-color css
<style>
a { background-color: #961B49; }
a { background-color: rgb(150,27,73); }
div.DivClassName
{
background-color: #961B49;
}
.BgClassName
{
background-color: #961B49;
}
</style>
border-color css
<style>
span { border-color: #961B49; }
span { border-color: rgb(150,27,73); }
td.TdClassName
{
border-color: #961B49;
}
.TagClassName
{
border-color: #961B49;
}
</style>