Shades of Lipstick #963250
Tints of Lipstick #963250
RGB
CMYK
RGB Variations
Color information
#963250 (or 0x963250) is known color: Lipstick. HEX triplet: 96, 32 and 50. RGB value is (150,50,80). Sum of RGB (Red+Green+Blue) = 150+50+80=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #963250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963250 is #69CDAF. Grayscale: #535353. Windows color (decimal): -6933936 or 5255830. OLE color: 5255830.
HSL color Cylindrical-coordinate representation of color #963250: hue angle of 342º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963250 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 80 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.41 |
| HSL | 342º | 0.5% | 0.39% | - |
| HSV(B) | 342º | 0.67% | 0.59% | - |
| XYZ | 15.17 | 9.34 | 8.59 | - |
| YUV | 83.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 80 | 0 | 0.67 | 0.47 | 0.41 | 342 | 0.5 | 0.39 |
| Hex | 96 | 32 | 50 | 0 | 43 | 2F | 29 | 156 | 32 | 27 |
| Octal | 226 | 62 | 120 | 0 | 103 | 57 | 51 | 526 | 62 | 47 |
| Binary | 10010110 | 110010 | 1010000 | 0 | 1000011 | 101111 | 101001 | 101010110 | 110010 | 100111 |
Color Harmonies of #963250
Complementary color
Monochromatic Colors of #963250
Black with #963250
Text Example
Text Example
White with #963250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963250; }
p { color: rgb(150,50,80); }
H1.HeaderClassName
{
color: #963250;
}
.AnyTagClassName
{
color: #963250;
}
</style>
background-color css
<style>
a { background-color: #963250; }
a { background-color: rgb(150,50,80); }
div.DivClassName
{
background-color: #963250;
}
.BgClassName
{
background-color: #963250;
}
</style>
border-color css
<style>
span { border-color: #963250; }
span { border-color: rgb(150,50,80); }
td.TdClassName
{
border-color: #963250;
}
.TagClassName
{
border-color: #963250;
}
</style>