Shades of Lipstick #932250
Tints of Lipstick #932250
RGB
CMYK
RGB Variations
Color information
#932250 (or 0x932250) is known color: Lipstick. HEX triplet: 93, 22 and 50. RGB value is (147,34,80). Sum of RGB (Red+Green+Blue) = 147+34+80=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #932250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932250 is #6CDDAF. Grayscale: #484848. Windows color (decimal): -7134640 or 5251731. OLE color: 5251731.
HSL color Cylindrical-coordinate representation of color #932250: hue angle of 335.58º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932250 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 80 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.42 |
| HSL | 335.58º | 0.62% | 0.35% | - |
| HSV(B) | 335.58º | 0.77% | 0.58% | - |
| XYZ | 14.05 | 7.93 | 8.38 | - |
| YUV | 73.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 80 | 0 | 0.77 | 0.46 | 0.42 | 335.58 | 0.62 | 0.35 |
| Hex | 93 | 22 | 50 | 0 | 4D | 2E | 2A | 150 | 3E | 23 |
| Octal | 223 | 42 | 120 | 0 | 115 | 56 | 52 | 520 | 76 | 43 |
| Binary | 10010011 | 100010 | 1010000 | 0 | 1001101 | 101110 | 101010 | 101010000 | 111110 | 100011 |
Color Harmonies of #932250
Complementary color
Monochromatic Colors of #932250
Black with #932250
Text Example
Text Example
White with #932250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932250; }
p { color: rgb(147,34,80); }
H1.HeaderClassName
{
color: #932250;
}
.AnyTagClassName
{
color: #932250;
}
</style>
background-color css
<style>
a { background-color: #932250; }
a { background-color: rgb(147,34,80); }
div.DivClassName
{
background-color: #932250;
}
.BgClassName
{
background-color: #932250;
}
</style>
border-color css
<style>
span { border-color: #932250; }
span { border-color: rgb(147,34,80); }
td.TdClassName
{
border-color: #932250;
}
.TagClassName
{
border-color: #932250;
}
</style>