Shades of Lipstick #94335D
Tints of Lipstick #94335D
RGB
CMYK
RGB Variations
Color information
#94335D (or 0x94335D) is known color: Lipstick. HEX triplet: 94, 33 and 5D. RGB value is (148,51,93). Sum of RGB (Red+Green+Blue) = 148+51+93=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #94335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94335D is #6BCCA2. Grayscale: #545454. Windows color (decimal): -7064739 or 6108052. OLE color: 6108052.
HSL color Cylindrical-coordinate representation of color #94335D: hue angle of 334.02º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94335D is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 93 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.42 |
| HSL | 334.02º | 0.49% | 0.39% | - |
| HSV(B) | 334.02º | 0.66% | 0.58% | - |
| XYZ | 15.37 | 9.45 | 11.37 | - |
| YUV | 84.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 93 | 0 | 0.66 | 0.37 | 0.42 | 334.02 | 0.49 | 0.39 |
| Hex | 94 | 33 | 5D | 0 | 42 | 25 | 2A | 14E | 31 | 27 |
| Octal | 224 | 63 | 135 | 0 | 102 | 45 | 52 | 516 | 61 | 47 |
| Binary | 10010100 | 110011 | 1011101 | 0 | 1000010 | 100101 | 101010 | 101001110 | 110001 | 100111 |
Color Harmonies of #94335D
Complementary color
Monochromatic Colors of #94335D
Black with #94335D
Text Example
Text Example
White with #94335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94335D; }
p { color: rgb(148,51,93); }
H1.HeaderClassName
{
color: #94335D;
}
.AnyTagClassName
{
color: #94335D;
}
</style>
background-color css
<style>
a { background-color: #94335D; }
a { background-color: rgb(148,51,93); }
div.DivClassName
{
background-color: #94335D;
}
.BgClassName
{
background-color: #94335D;
}
</style>
border-color css
<style>
span { border-color: #94335D; }
span { border-color: rgb(148,51,93); }
td.TdClassName
{
border-color: #94335D;
}
.TagClassName
{
border-color: #94335D;
}
</style>