Shades of Lipstick #94326A
Tints of Lipstick #94326A
RGB
CMYK
RGB Variations
Color information
#94326A (or 0x94326A) is known color: Lipstick. HEX triplet: 94, 32 and 6A. RGB value is (148,50,106). Sum of RGB (Red+Green+Blue) = 148+50+106=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94326A is #6BCD95. Grayscale: #555555. Windows color (decimal): -7064982 or 6959764. OLE color: 6959764.
HSL color Cylindrical-coordinate representation of color #94326A: hue angle of 325.71º 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 #94326A is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 50 | 106 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.42 |
| HSL | 325.71º | 0.49% | 0.39% | - |
| HSV(B) | 325.71º | 0.66% | 0.58% | - |
| XYZ | 15.95 | 9.62 | 14.65 | - |
| YUV | 85.69 | 139.47 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 50 | 106 | 0 | 0.66 | 0.28 | 0.42 | 325.71 | 0.49 | 0.39 |
| Hex | 94 | 32 | 6A | 0 | 42 | 1C | 2A | 146 | 31 | 27 |
| Octal | 224 | 62 | 152 | 0 | 102 | 34 | 52 | 506 | 61 | 47 |
| Binary | 10010100 | 110010 | 1101010 | 0 | 1000010 | 11100 | 101010 | 101000110 | 110001 | 100111 |
Color Harmonies of #94326A
Complementary color
Monochromatic Colors of #94326A
Black with #94326A
Text Example
Text Example
White with #94326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94326A; }
p { color: rgb(148,50,106); }
H1.HeaderClassName
{
color: #94326A;
}
.AnyTagClassName
{
color: #94326A;
}
</style>
background-color css
<style>
a { background-color: #94326A; }
a { background-color: rgb(148,50,106); }
div.DivClassName
{
background-color: #94326A;
}
.BgClassName
{
background-color: #94326A;
}
</style>
border-color css
<style>
span { border-color: #94326A; }
span { border-color: rgb(148,50,106); }
td.TdClassName
{
border-color: #94326A;
}
.TagClassName
{
border-color: #94326A;
}
</style>