Shades of Lipstick #962258
Tints of Lipstick #962258
RGB
CMYK
RGB Variations
Color information
#962258 (or 0x962258) is known color: Lipstick. HEX triplet: 96, 22 and 58. RGB value is (150,34,88). Sum of RGB (Red+Green+Blue) = 150+34+88=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #962258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962258 is #69DDA7. Grayscale: #4A4A4A. Windows color (decimal): -6938024 or 5776022. OLE color: 5776022.
HSL color Cylindrical-coordinate representation of color #962258: hue angle of 332.07º 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 #962258 is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 88 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.41 |
| HSL | 332.07º | 0.63% | 0.36% | - |
| HSV(B) | 332.07º | 0.77% | 0.59% | - |
| XYZ | 14.91 | 8.33 | 10.05 | - |
| YUV | 74.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 88 | 0 | 0.77 | 0.41 | 0.41 | 332.07 | 0.63 | 0.36 |
| Hex | 96 | 22 | 58 | 0 | 4D | 29 | 29 | 14C | 3F | 24 |
| Octal | 226 | 42 | 130 | 0 | 115 | 51 | 51 | 514 | 77 | 44 |
| Binary | 10010110 | 100010 | 1011000 | 0 | 1001101 | 101001 | 101001 | 101001100 | 111111 | 100100 |
Color Harmonies of #962258
Complementary color
Monochromatic Colors of #962258
Black with #962258
Text Example
Text Example
White with #962258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962258; }
p { color: rgb(150,34,88); }
H1.HeaderClassName
{
color: #962258;
}
.AnyTagClassName
{
color: #962258;
}
</style>
background-color css
<style>
a { background-color: #962258; }
a { background-color: rgb(150,34,88); }
div.DivClassName
{
background-color: #962258;
}
.BgClassName
{
background-color: #962258;
}
</style>
border-color css
<style>
span { border-color: #962258; }
span { border-color: rgb(150,34,88); }
td.TdClassName
{
border-color: #962258;
}
.TagClassName
{
border-color: #962258;
}
</style>