Shades of Lipstick #94184B
Tints of Lipstick #94184B
RGB
CMYK
RGB Variations
Color information
#94184B (or 0x94184B) is known color: Lipstick. HEX triplet: 94, 18 and 4B. RGB value is (148,24,75). Sum of RGB (Red+Green+Blue) = 148+24+75=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #94184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94184B is #6BE7B4. Grayscale: #424242. Windows color (decimal): -7071669 or 4921492. OLE color: 4921492.
HSL color Cylindrical-coordinate representation of color #94184B: hue angle of 335.32º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94184B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 24 | 75 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.42 |
| HSL | 335.32º | 0.72% | 0.34% | - |
| HSV(B) | 335.32º | 0.84% | 0.58% | - |
| XYZ | 13.81 | 7.46 | 7.37 | - |
| YUV | 66.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 75 | 0 | 0.84 | 0.49 | 0.42 | 335.32 | 0.72 | 0.34 |
| Hex | 94 | 18 | 4B | 0 | 54 | 31 | 2A | 14F | 48 | 22 |
| Octal | 224 | 30 | 113 | 0 | 124 | 61 | 52 | 517 | 110 | 42 |
| Binary | 10010100 | 11000 | 1001011 | 0 | 1010100 | 110001 | 101010 | 101001111 | 1001000 | 100010 |
Color Harmonies of #94184B
Complementary color
Monochromatic Colors of #94184B
Black with #94184B
Text Example
Text Example
White with #94184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94184B; }
p { color: rgb(148,24,75); }
H1.HeaderClassName
{
color: #94184B;
}
.AnyTagClassName
{
color: #94184B;
}
</style>
background-color css
<style>
a { background-color: #94184B; }
a { background-color: rgb(148,24,75); }
div.DivClassName
{
background-color: #94184B;
}
.BgClassName
{
background-color: #94184B;
}
</style>
border-color css
<style>
span { border-color: #94184B; }
span { border-color: rgb(148,24,75); }
td.TdClassName
{
border-color: #94184B;
}
.TagClassName
{
border-color: #94184B;
}
</style>