Shades of Lipstick #963461
Tints of Lipstick #963461
RGB
CMYK
RGB Variations
Color information
#963461 (or 0x963461) is known color: Lipstick. HEX triplet: 96, 34 and 61. RGB value is (150,52,97). Sum of RGB (Red+Green+Blue) = 150+52+97=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #963461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963461 is #69CB9E. Grayscale: #565656. Windows color (decimal): -6933407 or 6370454. OLE color: 6370454.
HSL color Cylindrical-coordinate representation of color #963461: hue angle of 332.45º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963461 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 97 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.41 |
| HSL | 332.45º | 0.49% | 0.4% | - |
| HSV(B) | 332.45º | 0.65% | 0.59% | - |
| XYZ | 15.96 | 9.8 | 12.36 | - |
| YUV | 86.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 97 | 0 | 0.65 | 0.35 | 0.41 | 332.45 | 0.49 | 0.4 |
| Hex | 96 | 34 | 61 | 0 | 41 | 23 | 29 | 14C | 31 | 28 |
| Octal | 226 | 64 | 141 | 0 | 101 | 43 | 51 | 514 | 61 | 50 |
| Binary | 10010110 | 110100 | 1100001 | 0 | 1000001 | 100011 | 101001 | 101001100 | 110001 | 101000 |
Color Harmonies of #963461
Complementary color
Monochromatic Colors of #963461
Black with #963461
Text Example
Text Example
White with #963461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963461; }
p { color: rgb(150,52,97); }
H1.HeaderClassName
{
color: #963461;
}
.AnyTagClassName
{
color: #963461;
}
</style>
background-color css
<style>
a { background-color: #963461; }
a { background-color: rgb(150,52,97); }
div.DivClassName
{
background-color: #963461;
}
.BgClassName
{
background-color: #963461;
}
</style>
border-color css
<style>
span { border-color: #963461; }
span { border-color: rgb(150,52,97); }
td.TdClassName
{
border-color: #963461;
}
.TagClassName
{
border-color: #963461;
}
</style>