Shades of Lipstick #96225A
Tints of Lipstick #96225A
RGB
CMYK
RGB Variations
Color information
#96225A (or 0x96225A) is known color: Lipstick. HEX triplet: 96, 22 and 5A. RGB value is (150,34,90). Sum of RGB (Red+Green+Blue) = 150+34+90=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #96225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96225A is #69DDA5. Grayscale: #4A4A4A. Windows color (decimal): -6938022 or 5907094. OLE color: 5907094.
HSL color Cylindrical-coordinate representation of color #96225A: hue angle of 331.03º 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 #96225A is Cyan = 0, Magento = 0.77, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 90 | - |
| CMYK | 0 | 0.77 | 0.4 | 0.41 |
| HSL | 331.03º | 0.63% | 0.36% | - |
| HSV(B) | 331.03º | 0.77% | 0.59% | - |
| XYZ | 15 | 8.37 | 10.5 | - |
| YUV | 75.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 90 | 0 | 0.77 | 0.4 | 0.41 | 331.03 | 0.63 | 0.36 |
| Hex | 96 | 22 | 5A | 0 | 4D | 28 | 29 | 14B | 3F | 24 |
| Octal | 226 | 42 | 132 | 0 | 115 | 50 | 51 | 513 | 77 | 44 |
| Binary | 10010110 | 100010 | 1011010 | 0 | 1001101 | 101000 | 101001 | 101001011 | 111111 | 100100 |
Color Harmonies of #96225A
Complementary color
Monochromatic Colors of #96225A
Black with #96225A
Text Example
Text Example
White with #96225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96225A; }
p { color: rgb(150,34,90); }
H1.HeaderClassName
{
color: #96225A;
}
.AnyTagClassName
{
color: #96225A;
}
</style>
background-color css
<style>
a { background-color: #96225A; }
a { background-color: rgb(150,34,90); }
div.DivClassName
{
background-color: #96225A;
}
.BgClassName
{
background-color: #96225A;
}
</style>
border-color css
<style>
span { border-color: #96225A; }
span { border-color: rgb(150,34,90); }
td.TdClassName
{
border-color: #96225A;
}
.TagClassName
{
border-color: #96225A;
}
</style>