Shades of Lipstick #962344
Tints of Lipstick #962344
RGB
CMYK
RGB Variations
Color information
#962344 (or 0x962344) is known color: Lipstick. HEX triplet: 96, 23 and 44. RGB value is (150,35,68). Sum of RGB (Red+Green+Blue) = 150+35+68=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #962344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962344 is #69DCBB. Grayscale: #494949. Windows color (decimal): -6937788 or 4465558. OLE color: 4465558.
HSL color Cylindrical-coordinate representation of color #962344: hue angle of 342.78º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962344 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 35 | 68 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.41 |
| HSL | 342.78º | 0.62% | 0.36% | - |
| HSV(B) | 342.78º | 0.77% | 0.59% | - |
| XYZ | 14.22 | 8.1 | 6.28 | - |
| YUV | 73.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 35 | 68 | 0 | 0.77 | 0.55 | 0.41 | 342.78 | 0.62 | 0.36 |
| Hex | 96 | 23 | 44 | 0 | 4D | 37 | 29 | 157 | 3E | 24 |
| Octal | 226 | 43 | 104 | 0 | 115 | 67 | 51 | 527 | 76 | 44 |
| Binary | 10010110 | 100011 | 1000100 | 0 | 1001101 | 110111 | 101001 | 101010111 | 111110 | 100100 |
Color Harmonies of #962344
Complementary color
Monochromatic Colors of #962344
Black with #962344
Text Example
Text Example
White with #962344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962344; }
p { color: rgb(150,35,68); }
H1.HeaderClassName
{
color: #962344;
}
.AnyTagClassName
{
color: #962344;
}
</style>
background-color css
<style>
a { background-color: #962344; }
a { background-color: rgb(150,35,68); }
div.DivClassName
{
background-color: #962344;
}
.BgClassName
{
background-color: #962344;
}
</style>
border-color css
<style>
span { border-color: #962344; }
span { border-color: rgb(150,35,68); }
td.TdClassName
{
border-color: #962344;
}
.TagClassName
{
border-color: #962344;
}
</style>