Shades of Lipstick #962845
Tints of Lipstick #962845
RGB
CMYK
RGB Variations
Color information
#962845 (or 0x962845) is known color: Lipstick. HEX triplet: 96, 28 and 45. RGB value is (150,40,69). Sum of RGB (Red+Green+Blue) = 150+40+69=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #962845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962845 is #69D7BA. Grayscale: #4C4C4C. Windows color (decimal): -6936507 or 4532374. OLE color: 4532374.
HSL color Cylindrical-coordinate representation of color #962845: hue angle of 344.18º 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 #962845 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 69 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.41 |
| HSL | 344.18º | 0.58% | 0.37% | - |
| HSV(B) | 344.18º | 0.73% | 0.59% | - |
| XYZ | 14.41 | 8.43 | 6.5 | - |
| YUV | 76.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 69 | 0 | 0.73 | 0.54 | 0.41 | 344.18 | 0.58 | 0.37 |
| Hex | 96 | 28 | 45 | 0 | 49 | 36 | 29 | 158 | 3A | 25 |
| Octal | 226 | 50 | 105 | 0 | 111 | 66 | 51 | 530 | 72 | 45 |
| Binary | 10010110 | 101000 | 1000101 | 0 | 1001001 | 110110 | 101001 | 101011000 | 111010 | 100101 |
Color Harmonies of #962845
Complementary color
Monochromatic Colors of #962845
Black with #962845
Text Example
Text Example
White with #962845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962845; }
p { color: rgb(150,40,69); }
H1.HeaderClassName
{
color: #962845;
}
.AnyTagClassName
{
color: #962845;
}
</style>
background-color css
<style>
a { background-color: #962845; }
a { background-color: rgb(150,40,69); }
div.DivClassName
{
background-color: #962845;
}
.BgClassName
{
background-color: #962845;
}
</style>
border-color css
<style>
span { border-color: #962845; }
span { border-color: rgb(150,40,69); }
td.TdClassName
{
border-color: #962845;
}
.TagClassName
{
border-color: #962845;
}
</style>