Shades of Lipstick #962843
Tints of Lipstick #962843
RGB
CMYK
RGB Variations
Color information
#962843 (or 0x962843) is known color: Lipstick. HEX triplet: 96, 28 and 43. RGB value is (150,40,67). Sum of RGB (Red+Green+Blue) = 150+40+67=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #962843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962843 is #69D7BC. Grayscale: #4B4B4B. Windows color (decimal): -6936509 or 4401302. OLE color: 4401302.
HSL color Cylindrical-coordinate representation of color #962843: hue angle of 345.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962843 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 67 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.41 |
| HSL | 345.27º | 0.58% | 0.37% | - |
| HSV(B) | 345.27º | 0.73% | 0.59% | - |
| XYZ | 14.35 | 8.41 | 6.18 | - |
| YUV | 75.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 67 | 0 | 0.73 | 0.55 | 0.41 | 345.27 | 0.58 | 0.37 |
| Hex | 96 | 28 | 43 | 0 | 49 | 37 | 29 | 159 | 3A | 25 |
| Octal | 226 | 50 | 103 | 0 | 111 | 67 | 51 | 531 | 72 | 45 |
| Binary | 10010110 | 101000 | 1000011 | 0 | 1001001 | 110111 | 101001 | 101011001 | 111010 | 100101 |
Color Harmonies of #962843
Complementary color
Monochromatic Colors of #962843
Black with #962843
Text Example
Text Example
White with #962843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962843; }
p { color: rgb(150,40,67); }
H1.HeaderClassName
{
color: #962843;
}
.AnyTagClassName
{
color: #962843;
}
</style>
background-color css
<style>
a { background-color: #962843; }
a { background-color: rgb(150,40,67); }
div.DivClassName
{
background-color: #962843;
}
.BgClassName
{
background-color: #962843;
}
</style>
border-color css
<style>
span { border-color: #962843; }
span { border-color: rgb(150,40,67); }
td.TdClassName
{
border-color: #962843;
}
.TagClassName
{
border-color: #962843;
}
</style>