Shades of Lipstick #962443
Tints of Lipstick #962443
RGB
CMYK
RGB Variations
Color information
#962443 (or 0x962443) is known color: Lipstick. HEX triplet: 96, 24 and 43. RGB value is (150,36,67). Sum of RGB (Red+Green+Blue) = 150+36+67=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #962443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962443 is #69DBBC. Grayscale: #494949. Windows color (decimal): -6937533 or 4400278. OLE color: 4400278.
HSL color Cylindrical-coordinate representation of color #962443: hue angle of 343.68º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962443 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 67 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.41 |
| HSL | 343.68º | 0.61% | 0.36% | - |
| HSV(B) | 343.68º | 0.76% | 0.59% | - |
| XYZ | 14.22 | 8.15 | 6.13 | - |
| YUV | 73.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 67 | 0 | 0.76 | 0.55 | 0.41 | 343.68 | 0.61 | 0.36 |
| Hex | 96 | 24 | 43 | 0 | 4C | 37 | 29 | 158 | 3D | 24 |
| Octal | 226 | 44 | 103 | 0 | 114 | 67 | 51 | 530 | 75 | 44 |
| Binary | 10010110 | 100100 | 1000011 | 0 | 1001100 | 110111 | 101001 | 101011000 | 111101 | 100100 |
Color Harmonies of #962443
Complementary color
Monochromatic Colors of #962443
Black with #962443
Text Example
Text Example
White with #962443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962443; }
p { color: rgb(150,36,67); }
H1.HeaderClassName
{
color: #962443;
}
.AnyTagClassName
{
color: #962443;
}
</style>
background-color css
<style>
a { background-color: #962443; }
a { background-color: rgb(150,36,67); }
div.DivClassName
{
background-color: #962443;
}
.BgClassName
{
background-color: #962443;
}
</style>
border-color css
<style>
span { border-color: #962443; }
span { border-color: rgb(150,36,67); }
td.TdClassName
{
border-color: #962443;
}
.TagClassName
{
border-color: #962443;
}
</style>