Shades of Lipstick #94346C
Tints of Lipstick #94346C
RGB
CMYK
RGB Variations
Color information
#94346C (or 0x94346C) is known color: Lipstick. HEX triplet: 94, 34 and 6C. RGB value is (148,52,108). Sum of RGB (Red+Green+Blue) = 148+52+108=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94346C is #6BCB93. Grayscale: #565656. Windows color (decimal): -7064468 or 7091348. OLE color: 7091348.
HSL color Cylindrical-coordinate representation of color #94346C: hue angle of 325º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94346C is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 108 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.42 |
| HSL | 325º | 0.48% | 0.39% | - |
| HSV(B) | 325º | 0.65% | 0.58% | - |
| XYZ | 16.15 | 9.83 | 15.23 | - |
| YUV | 87.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 108 | 0 | 0.65 | 0.27 | 0.42 | 325 | 0.48 | 0.39 |
| Hex | 94 | 34 | 6C | 0 | 41 | 1B | 2A | 145 | 30 | 27 |
| Octal | 224 | 64 | 154 | 0 | 101 | 33 | 52 | 505 | 60 | 47 |
| Binary | 10010100 | 110100 | 1101100 | 0 | 1000001 | 11011 | 101010 | 101000101 | 110000 | 100111 |
Color Harmonies of #94346C
Complementary color
Monochromatic Colors of #94346C
Black with #94346C
Text Example
Text Example
White with #94346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94346C; }
p { color: rgb(148,52,108); }
H1.HeaderClassName
{
color: #94346C;
}
.AnyTagClassName
{
color: #94346C;
}
</style>
background-color css
<style>
a { background-color: #94346C; }
a { background-color: rgb(148,52,108); }
div.DivClassName
{
background-color: #94346C;
}
.BgClassName
{
background-color: #94346C;
}
</style>
border-color css
<style>
span { border-color: #94346C; }
span { border-color: rgb(148,52,108); }
td.TdClassName
{
border-color: #94346C;
}
.TagClassName
{
border-color: #94346C;
}
</style>