Shades of Lipstick #962246
Tints of Lipstick #962246
RGB
CMYK
RGB Variations
Color information
#962246 (or 0x962246) is known color: Lipstick. HEX triplet: 96, 22 and 46. RGB value is (150,34,70). Sum of RGB (Red+Green+Blue) = 150+34+70=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #962246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962246 is #69DDB9. Grayscale: #484848. Windows color (decimal): -6938042 or 4596374. OLE color: 4596374.
HSL color Cylindrical-coordinate representation of color #962246: hue angle of 341.38º 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 #962246 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 70 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.41 |
| HSL | 341.38º | 0.63% | 0.36% | - |
| HSV(B) | 341.38º | 0.77% | 0.59% | - |
| XYZ | 14.26 | 8.07 | 6.6 | - |
| YUV | 72.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 70 | 0 | 0.77 | 0.53 | 0.41 | 341.38 | 0.63 | 0.36 |
| Hex | 96 | 22 | 46 | 0 | 4D | 35 | 29 | 155 | 3F | 24 |
| Octal | 226 | 42 | 106 | 0 | 115 | 65 | 51 | 525 | 77 | 44 |
| Binary | 10010110 | 100010 | 1000110 | 0 | 1001101 | 110101 | 101001 | 101010101 | 111111 | 100100 |
Color Harmonies of #962246
Complementary color
Monochromatic Colors of #962246
Black with #962246
Text Example
Text Example
White with #962246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962246; }
p { color: rgb(150,34,70); }
H1.HeaderClassName
{
color: #962246;
}
.AnyTagClassName
{
color: #962246;
}
</style>
background-color css
<style>
a { background-color: #962246; }
a { background-color: rgb(150,34,70); }
div.DivClassName
{
background-color: #962246;
}
.BgClassName
{
background-color: #962246;
}
</style>
border-color css
<style>
span { border-color: #962246; }
span { border-color: rgb(150,34,70); }
td.TdClassName
{
border-color: #962246;
}
.TagClassName
{
border-color: #962246;
}
</style>