Shades of Lipstick #92326A
Tints of Lipstick #92326A
RGB
CMYK
RGB Variations
Color information
#92326A (or 0x92326A) is known color: Lipstick. HEX triplet: 92, 32 and 6A. RGB value is (146,50,106). Sum of RGB (Red+Green+Blue) = 146+50+106=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #92326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92326A is #6DCD95. Grayscale: #545454. Windows color (decimal): -7196054 or 6959762. OLE color: 6959762.
HSL color Cylindrical-coordinate representation of color #92326A: hue angle of 325º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92326A is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 50 | 106 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.43 |
| HSL | 325º | 0.49% | 0.38% | - |
| HSV(B) | 325º | 0.66% | 0.57% | - |
| XYZ | 15.6 | 9.43 | 14.63 | - |
| YUV | 85.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 50 | 106 | 0 | 0.66 | 0.27 | 0.43 | 325 | 0.49 | 0.38 |
| Hex | 92 | 32 | 6A | 0 | 42 | 1B | 2B | 145 | 31 | 26 |
| Octal | 222 | 62 | 152 | 0 | 102 | 33 | 53 | 505 | 61 | 46 |
| Binary | 10010010 | 110010 | 1101010 | 0 | 1000010 | 11011 | 101011 | 101000101 | 110001 | 100110 |
Color Harmonies of #92326A
Complementary color
Monochromatic Colors of #92326A
Black with #92326A
Text Example
Text Example
White with #92326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92326A; }
p { color: rgb(146,50,106); }
H1.HeaderClassName
{
color: #92326A;
}
.AnyTagClassName
{
color: #92326A;
}
</style>
background-color css
<style>
a { background-color: #92326A; }
a { background-color: rgb(146,50,106); }
div.DivClassName
{
background-color: #92326A;
}
.BgClassName
{
background-color: #92326A;
}
</style>
border-color css
<style>
span { border-color: #92326A; }
span { border-color: rgb(146,50,106); }
td.TdClassName
{
border-color: #92326A;
}
.TagClassName
{
border-color: #92326A;
}
</style>