Shades of Lipstick #923959
Tints of Lipstick #923959
RGB
CMYK
RGB Variations
Color information
#923959 (or 0x923959) is known color: Lipstick. HEX triplet: 92, 39 and 59. RGB value is (146,57,89). Sum of RGB (Red+Green+Blue) = 146+57+89=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #923959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923959 is #6DC6A6. Grayscale: #575757. Windows color (decimal): -7194279 or 5847442. OLE color: 5847442.
HSL color Cylindrical-coordinate representation of color #923959: hue angle of 338.43º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #923959 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 57 | 89 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.43 |
| HSL | 338.43º | 0.44% | 0.4% | - |
| HSV(B) | 338.43º | 0.61% | 0.57% | - |
| XYZ | 15.12 | 9.76 | 10.54 | - |
| YUV | 87.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 89 | 0 | 0.61 | 0.39 | 0.43 | 338.43 | 0.44 | 0.4 |
| Hex | 92 | 39 | 59 | 0 | 3D | 27 | 2B | 152 | 2C | 28 |
| Octal | 222 | 71 | 131 | 0 | 75 | 47 | 53 | 522 | 54 | 50 |
| Binary | 10010010 | 111001 | 1011001 | 0 | 111101 | 100111 | 101011 | 101010010 | 101100 | 101000 |
Color Harmonies of #923959
Complementary color
Monochromatic Colors of #923959
Black with #923959
Text Example
Text Example
White with #923959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923959; }
p { color: rgb(146,57,89); }
H1.HeaderClassName
{
color: #923959;
}
.AnyTagClassName
{
color: #923959;
}
</style>
background-color css
<style>
a { background-color: #923959; }
a { background-color: rgb(146,57,89); }
div.DivClassName
{
background-color: #923959;
}
.BgClassName
{
background-color: #923959;
}
</style>
border-color css
<style>
span { border-color: #923959; }
span { border-color: rgb(146,57,89); }
td.TdClassName
{
border-color: #923959;
}
.TagClassName
{
border-color: #923959;
}
</style>