Shades of Lipstick #94334E
Tints of Lipstick #94334E
RGB
CMYK
RGB Variations
Color information
#94334E (or 0x94334E) is known color: Lipstick. HEX triplet: 94, 33 and 4E. RGB value is (148,51,78). Sum of RGB (Red+Green+Blue) = 148+51+78=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94334E is #6BCCB1. Grayscale: #535353. Windows color (decimal): -7064754 or 5125012. OLE color: 5125012.
HSL color Cylindrical-coordinate representation of color #94334E: hue angle of 343.3º 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 #94334E is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 78 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.42 |
| HSL | 343.3º | 0.49% | 0.39% | - |
| HSV(B) | 343.3º | 0.66% | 0.58% | - |
| XYZ | 14.77 | 9.21 | 8.21 | - |
| YUV | 83.08 | 125.14 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 78 | 0 | 0.66 | 0.47 | 0.42 | 343.3 | 0.49 | 0.39 |
| Hex | 94 | 33 | 4E | 0 | 42 | 2F | 2A | 157 | 31 | 27 |
| Octal | 224 | 63 | 116 | 0 | 102 | 57 | 52 | 527 | 61 | 47 |
| Binary | 10010100 | 110011 | 1001110 | 0 | 1000010 | 101111 | 101010 | 101010111 | 110001 | 100111 |
Color Harmonies of #94334E
Complementary color
Monochromatic Colors of #94334E
Black with #94334E
Text Example
Text Example
White with #94334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94334E; }
p { color: rgb(148,51,78); }
H1.HeaderClassName
{
color: #94334E;
}
.AnyTagClassName
{
color: #94334E;
}
</style>
background-color css
<style>
a { background-color: #94334E; }
a { background-color: rgb(148,51,78); }
div.DivClassName
{
background-color: #94334E;
}
.BgClassName
{
background-color: #94334E;
}
</style>
border-color css
<style>
span { border-color: #94334E; }
span { border-color: rgb(148,51,78); }
td.TdClassName
{
border-color: #94334E;
}
.TagClassName
{
border-color: #94334E;
}
</style>