Shades of Lipstick #94164D
Tints of Lipstick #94164D
RGB
CMYK
RGB Variations
Color information
#94164D (or 0x94164D) is known color: Lipstick. HEX triplet: 94, 16 and 4D. RGB value is (148,22,77). Sum of RGB (Red+Green+Blue) = 148+22+77=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #94164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94164D is #6BE9B2. Grayscale: #414141. Windows color (decimal): -7072179 or 5052052. OLE color: 5052052.
HSL color Cylindrical-coordinate representation of color #94164D: hue angle of 333.81º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94164D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 22 | 77 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.42 |
| HSL | 333.81º | 0.74% | 0.33% | - |
| HSV(B) | 333.81º | 0.85% | 0.58% | - |
| XYZ | 13.84 | 7.41 | 7.72 | - |
| YUV | 65.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 77 | 0 | 0.85 | 0.48 | 0.42 | 333.81 | 0.74 | 0.33 |
| Hex | 94 | 16 | 4D | 0 | 55 | 30 | 2A | 14E | 4A | 21 |
| Octal | 224 | 26 | 115 | 0 | 125 | 60 | 52 | 516 | 112 | 41 |
| Binary | 10010100 | 10110 | 1001101 | 0 | 1010101 | 110000 | 101010 | 101001110 | 1001010 | 100001 |
Color Harmonies of #94164D
Complementary color
Monochromatic Colors of #94164D
Black with #94164D
Text Example
Text Example
White with #94164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94164D; }
p { color: rgb(148,22,77); }
H1.HeaderClassName
{
color: #94164D;
}
.AnyTagClassName
{
color: #94164D;
}
</style>
background-color css
<style>
a { background-color: #94164D; }
a { background-color: rgb(148,22,77); }
div.DivClassName
{
background-color: #94164D;
}
.BgClassName
{
background-color: #94164D;
}
</style>
border-color css
<style>
span { border-color: #94164D; }
span { border-color: rgb(148,22,77); }
td.TdClassName
{
border-color: #94164D;
}
.TagClassName
{
border-color: #94164D;
}
</style>