Shades of Lipstick #94335A
Tints of Lipstick #94335A
RGB
CMYK
RGB Variations
Color information
#94335A (or 0x94335A) is known color: Lipstick. HEX triplet: 94, 33 and 5A. RGB value is (148,51,90). Sum of RGB (Red+Green+Blue) = 148+51+90=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94335A is #6BCCA5. Grayscale: #545454. Windows color (decimal): -7064742 or 5911444. OLE color: 5911444.
HSL color Cylindrical-coordinate representation of color #94335A: hue angle of 335.88º 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 #94335A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 90 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.42 |
| HSL | 335.88º | 0.49% | 0.39% | - |
| HSV(B) | 335.88º | 0.66% | 0.58% | - |
| XYZ | 15.24 | 9.4 | 10.68 | - |
| YUV | 84.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 90 | 0 | 0.66 | 0.39 | 0.42 | 335.88 | 0.49 | 0.39 |
| Hex | 94 | 33 | 5A | 0 | 42 | 27 | 2A | 150 | 31 | 27 |
| Octal | 224 | 63 | 132 | 0 | 102 | 47 | 52 | 520 | 61 | 47 |
| Binary | 10010100 | 110011 | 1011010 | 0 | 1000010 | 100111 | 101010 | 101010000 | 110001 | 100111 |
Color Harmonies of #94335A
Complementary color
Monochromatic Colors of #94335A
Black with #94335A
Text Example
Text Example
White with #94335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94335A; }
p { color: rgb(148,51,90); }
H1.HeaderClassName
{
color: #94335A;
}
.AnyTagClassName
{
color: #94335A;
}
</style>
background-color css
<style>
a { background-color: #94335A; }
a { background-color: rgb(148,51,90); }
div.DivClassName
{
background-color: #94335A;
}
.BgClassName
{
background-color: #94335A;
}
</style>
border-color css
<style>
span { border-color: #94335A; }
span { border-color: rgb(148,51,90); }
td.TdClassName
{
border-color: #94335A;
}
.TagClassName
{
border-color: #94335A;
}
</style>