Shades of Lipstick #96225C
Tints of Lipstick #96225C
RGB
CMYK
RGB Variations
Color information
#96225C (or 0x96225C) is known color: Lipstick. HEX triplet: 96, 22 and 5C. RGB value is (150,34,92). Sum of RGB (Red+Green+Blue) = 150+34+92=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96225C is #69DDA3. Grayscale: #4B4B4B. Windows color (decimal): -6938020 or 6038166. OLE color: 6038166.
HSL color Cylindrical-coordinate representation of color #96225C: hue angle of 330º 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 #96225C is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 92 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.41 |
| HSL | 330º | 0.63% | 0.36% | - |
| HSV(B) | 330º | 0.77% | 0.59% | - |
| XYZ | 15.08 | 8.4 | 10.95 | - |
| YUV | 75.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 92 | 0 | 0.77 | 0.39 | 0.41 | 330 | 0.63 | 0.36 |
| Hex | 96 | 22 | 5C | 0 | 4D | 27 | 29 | 14A | 3F | 24 |
| Octal | 226 | 42 | 134 | 0 | 115 | 47 | 51 | 512 | 77 | 44 |
| Binary | 10010110 | 100010 | 1011100 | 0 | 1001101 | 100111 | 101001 | 101001010 | 111111 | 100100 |
Color Harmonies of #96225C
Complementary color
Monochromatic Colors of #96225C
Black with #96225C
Text Example
Text Example
White with #96225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96225C; }
p { color: rgb(150,34,92); }
H1.HeaderClassName
{
color: #96225C;
}
.AnyTagClassName
{
color: #96225C;
}
</style>
background-color css
<style>
a { background-color: #96225C; }
a { background-color: rgb(150,34,92); }
div.DivClassName
{
background-color: #96225C;
}
.BgClassName
{
background-color: #96225C;
}
</style>
border-color css
<style>
span { border-color: #96225C; }
span { border-color: rgb(150,34,92); }
td.TdClassName
{
border-color: #96225C;
}
.TagClassName
{
border-color: #96225C;
}
</style>