Shades of Lipstick #94154C
Tints of Lipstick #94154C
RGB
CMYK
RGB Variations
Color information
#94154C (or 0x94154C) is known color: Lipstick. HEX triplet: 94, 15 and 4C. RGB value is (148,21,76). Sum of RGB (Red+Green+Blue) = 148+21+76=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94154C is #6BEAB3. Grayscale: #414141. Windows color (decimal): -7072436 or 4986260. OLE color: 4986260.
HSL color Cylindrical-coordinate representation of color #94154C: hue angle of 334.02º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94154C is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 76 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.42 |
| HSL | 334.02º | 0.75% | 0.33% | - |
| HSV(B) | 334.02º | 0.86% | 0.58% | - |
| XYZ | 13.79 | 7.35 | 7.53 | - |
| YUV | 65.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 76 | 0 | 0.86 | 0.49 | 0.42 | 334.02 | 0.75 | 0.33 |
| Hex | 94 | 15 | 4C | 0 | 56 | 31 | 2A | 14E | 4B | 21 |
| Octal | 224 | 25 | 114 | 0 | 126 | 61 | 52 | 516 | 113 | 41 |
| Binary | 10010100 | 10101 | 1001100 | 0 | 1010110 | 110001 | 101010 | 101001110 | 1001011 | 100001 |
Color Harmonies of #94154C
Complementary color
Monochromatic Colors of #94154C
Black with #94154C
Text Example
Text Example
White with #94154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94154C; }
p { color: rgb(148,21,76); }
H1.HeaderClassName
{
color: #94154C;
}
.AnyTagClassName
{
color: #94154C;
}
</style>
background-color css
<style>
a { background-color: #94154C; }
a { background-color: rgb(148,21,76); }
div.DivClassName
{
background-color: #94154C;
}
.BgClassName
{
background-color: #94154C;
}
</style>
border-color css
<style>
span { border-color: #94154C; }
span { border-color: rgb(148,21,76); }
td.TdClassName
{
border-color: #94154C;
}
.TagClassName
{
border-color: #94154C;
}
</style>