Shades of Lipstick #962247
Tints of Lipstick #962247
RGB
CMYK
RGB Variations
Color information
#962247 (or 0x962247) is known color: Lipstick. HEX triplet: 96, 22 and 47. RGB value is (150,34,71). Sum of RGB (Red+Green+Blue) = 150+34+71=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #962247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962247 is #69DDB8. Grayscale: #484848. Windows color (decimal): -6938041 or 4661910. OLE color: 4661910.
HSL color Cylindrical-coordinate representation of color #962247: hue angle of 340.86º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962247 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 71 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.41 |
| HSL | 340.86º | 0.63% | 0.36% | - |
| HSV(B) | 340.86º | 0.77% | 0.59% | - |
| XYZ | 14.29 | 8.08 | 6.77 | - |
| YUV | 72.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 71 | 0 | 0.77 | 0.53 | 0.41 | 340.86 | 0.63 | 0.36 |
| Hex | 96 | 22 | 47 | 0 | 4D | 35 | 29 | 155 | 3F | 24 |
| Octal | 226 | 42 | 107 | 0 | 115 | 65 | 51 | 525 | 77 | 44 |
| Binary | 10010110 | 100010 | 1000111 | 0 | 1001101 | 110101 | 101001 | 101010101 | 111111 | 100100 |
Color Harmonies of #962247
Complementary color
Monochromatic Colors of #962247
Black with #962247
Text Example
Text Example
White with #962247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962247; }
p { color: rgb(150,34,71); }
H1.HeaderClassName
{
color: #962247;
}
.AnyTagClassName
{
color: #962247;
}
</style>
background-color css
<style>
a { background-color: #962247; }
a { background-color: rgb(150,34,71); }
div.DivClassName
{
background-color: #962247;
}
.BgClassName
{
background-color: #962247;
}
</style>
border-color css
<style>
span { border-color: #962247; }
span { border-color: rgb(150,34,71); }
td.TdClassName
{
border-color: #962247;
}
.TagClassName
{
border-color: #962247;
}
</style>