Shades of Lipstick #962453
Tints of Lipstick #962453
RGB
CMYK
RGB Variations
Color information
#962453 (or 0x962453) is known color: Lipstick. HEX triplet: 96, 24 and 53. RGB value is (150,36,83). Sum of RGB (Red+Green+Blue) = 150+36+83=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #962453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962453 is #69DBAC. Grayscale: #4B4B4B. Windows color (decimal): -6937517 or 5448854. OLE color: 5448854.
HSL color Cylindrical-coordinate representation of color #962453: hue angle of 335.26º 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 #962453 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 83 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.41 |
| HSL | 335.26º | 0.61% | 0.36% | - |
| HSV(B) | 335.26º | 0.76% | 0.59% | - |
| XYZ | 14.77 | 8.37 | 9.02 | - |
| YUV | 75.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 83 | 0 | 0.76 | 0.45 | 0.41 | 335.26 | 0.61 | 0.36 |
| Hex | 96 | 24 | 53 | 0 | 4C | 2D | 29 | 14F | 3D | 24 |
| Octal | 226 | 44 | 123 | 0 | 114 | 55 | 51 | 517 | 75 | 44 |
| Binary | 10010110 | 100100 | 1010011 | 0 | 1001100 | 101101 | 101001 | 101001111 | 111101 | 100100 |
Color Harmonies of #962453
Complementary color
Monochromatic Colors of #962453
Black with #962453
Text Example
Text Example
White with #962453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962453; }
p { color: rgb(150,36,83); }
H1.HeaderClassName
{
color: #962453;
}
.AnyTagClassName
{
color: #962453;
}
</style>
background-color css
<style>
a { background-color: #962453; }
a { background-color: rgb(150,36,83); }
div.DivClassName
{
background-color: #962453;
}
.BgClassName
{
background-color: #962453;
}
</style>
border-color css
<style>
span { border-color: #962453; }
span { border-color: rgb(150,36,83); }
td.TdClassName
{
border-color: #962453;
}
.TagClassName
{
border-color: #962453;
}
</style>