Shades of Lipstick #933A59
Tints of Lipstick #933A59
RGB
CMYK
RGB Variations
Color information
#933A59 (or 0x933A59) is known color: Lipstick. HEX triplet: 93, 3A and 59. RGB value is (147,58,89). Sum of RGB (Red+Green+Blue) = 147+58+89=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #933A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933A59 is #6CC5A6. Grayscale: #585858. Windows color (decimal): -7128487 or 5847699. OLE color: 5847699.
HSL color Cylindrical-coordinate representation of color #933A59: hue angle of 339.1º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #933A59 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 58 | 89 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.42 |
| HSL | 339.1º | 0.43% | 0.4% | - |
| HSV(B) | 339.1º | 0.61% | 0.58% | - |
| XYZ | 15.35 | 9.95 | 10.56 | - |
| YUV | 88.15 | 128.49 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 89 | 0 | 0.61 | 0.39 | 0.42 | 339.1 | 0.43 | 0.4 |
| Hex | 93 | 3A | 59 | 0 | 3D | 27 | 2A | 153 | 2B | 28 |
| Octal | 223 | 72 | 131 | 0 | 75 | 47 | 52 | 523 | 53 | 50 |
| Binary | 10010011 | 111010 | 1011001 | 0 | 111101 | 100111 | 101010 | 101010011 | 101011 | 101000 |
Color Harmonies of #933A59
Complementary color
Monochromatic Colors of #933A59
Black with #933A59
Text Example
Text Example
White with #933A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933A59; }
p { color: rgb(147,58,89); }
H1.HeaderClassName
{
color: #933A59;
}
.AnyTagClassName
{
color: #933A59;
}
</style>
background-color css
<style>
a { background-color: #933A59; }
a { background-color: rgb(147,58,89); }
div.DivClassName
{
background-color: #933A59;
}
.BgClassName
{
background-color: #933A59;
}
</style>
border-color css
<style>
span { border-color: #933A59; }
span { border-color: rgb(147,58,89); }
td.TdClassName
{
border-color: #933A59;
}
.TagClassName
{
border-color: #933A59;
}
</style>