Shades of Lipstick #92255A
Tints of Lipstick #92255A
RGB
CMYK
RGB Variations
Color information
#92255A (or 0x92255A) is known color: Lipstick. HEX triplet: 92, 25 and 5A. RGB value is (146,37,90). Sum of RGB (Red+Green+Blue) = 146+37+90=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92255A is #6DDAA5. Grayscale: #4B4B4B. Windows color (decimal): -7199398 or 5907858. OLE color: 5907858.
HSL color Cylindrical-coordinate representation of color #92255A: hue angle of 330.83º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92255A is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 37 | 90 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.43 |
| HSL | 330.83º | 0.6% | 0.36% | - |
| HSV(B) | 330.83º | 0.75% | 0.57% | - |
| XYZ | 14.36 | 8.17 | 10.49 | - |
| YUV | 75.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 90 | 0 | 0.75 | 0.38 | 0.43 | 330.83 | 0.6 | 0.36 |
| Hex | 92 | 25 | 5A | 0 | 4B | 26 | 2B | 14B | 3C | 24 |
| Octal | 222 | 45 | 132 | 0 | 113 | 46 | 53 | 513 | 74 | 44 |
| Binary | 10010010 | 100101 | 1011010 | 0 | 1001011 | 100110 | 101011 | 101001011 | 111100 | 100100 |
Color Harmonies of #92255A
Complementary color
Monochromatic Colors of #92255A
Black with #92255A
Text Example
Text Example
White with #92255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92255A; }
p { color: rgb(146,37,90); }
H1.HeaderClassName
{
color: #92255A;
}
.AnyTagClassName
{
color: #92255A;
}
</style>
background-color css
<style>
a { background-color: #92255A; }
a { background-color: rgb(146,37,90); }
div.DivClassName
{
background-color: #92255A;
}
.BgClassName
{
background-color: #92255A;
}
</style>
border-color css
<style>
span { border-color: #92255A; }
span { border-color: rgb(146,37,90); }
td.TdClassName
{
border-color: #92255A;
}
.TagClassName
{
border-color: #92255A;
}
</style>