Shades of Lipstick #962F48
Tints of Lipstick #962F48
RGB
CMYK
RGB Variations
Color information
#962F48 (or 0x962F48) is known color: Lipstick. HEX triplet: 96, 2F and 48. RGB value is (150,47,72). Sum of RGB (Red+Green+Blue) = 150+47+72=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #962F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F48 is #69D0B7. Grayscale: #505050. Windows color (decimal): -6934712 or 4730774. OLE color: 4730774.
HSL color Cylindrical-coordinate representation of color #962F48: hue angle of 345.44º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F48 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 72 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.41 |
| HSL | 345.44º | 0.52% | 0.39% | - |
| HSV(B) | 345.44º | 0.69% | 0.59% | - |
| XYZ | 14.76 | 8.98 | 7.09 | - |
| YUV | 80.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 72 | 0 | 0.69 | 0.52 | 0.41 | 345.44 | 0.52 | 0.39 |
| Hex | 96 | 2F | 48 | 0 | 45 | 34 | 29 | 159 | 34 | 27 |
| Octal | 226 | 57 | 110 | 0 | 105 | 64 | 51 | 531 | 64 | 47 |
| Binary | 10010110 | 101111 | 1001000 | 0 | 1000101 | 110100 | 101001 | 101011001 | 110100 | 100111 |
Color Harmonies of #962F48
Complementary color
Monochromatic Colors of #962F48
Black with #962F48
Text Example
Text Example
White with #962F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F48; }
p { color: rgb(150,47,72); }
H1.HeaderClassName
{
color: #962F48;
}
.AnyTagClassName
{
color: #962F48;
}
</style>
background-color css
<style>
a { background-color: #962F48; }
a { background-color: rgb(150,47,72); }
div.DivClassName
{
background-color: #962F48;
}
.BgClassName
{
background-color: #962F48;
}
</style>
border-color css
<style>
span { border-color: #962F48; }
span { border-color: rgb(150,47,72); }
td.TdClassName
{
border-color: #962F48;
}
.TagClassName
{
border-color: #962F48;
}
</style>