Shades of Lipstick #94275F
Tints of Lipstick #94275F
RGB
CMYK
RGB Variations
Color information
#94275F (or 0x94275F) is known color: Lipstick. HEX triplet: 94, 27 and 5F. RGB value is (148,39,95). Sum of RGB (Red+Green+Blue) = 148+39+95=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #94275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94275F is #6BD8A0. Grayscale: #4D4D4D. Windows color (decimal): -7067809 or 6236052. OLE color: 6236052.
HSL color Cylindrical-coordinate representation of color #94275F: hue angle of 329.17º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94275F is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 39 | 95 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.42 |
| HSL | 329.17º | 0.58% | 0.37% | - |
| HSV(B) | 329.17º | 0.74% | 0.58% | - |
| XYZ | 15 | 8.57 | 11.69 | - |
| YUV | 77.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 95 | 0 | 0.74 | 0.36 | 0.42 | 329.17 | 0.58 | 0.37 |
| Hex | 94 | 27 | 5F | 0 | 4A | 24 | 2A | 149 | 3A | 25 |
| Octal | 224 | 47 | 137 | 0 | 112 | 44 | 52 | 511 | 72 | 45 |
| Binary | 10010100 | 100111 | 1011111 | 0 | 1001010 | 100100 | 101010 | 101001001 | 111010 | 100101 |
Color Harmonies of #94275F
Complementary color
Monochromatic Colors of #94275F
Black with #94275F
Text Example
Text Example
White with #94275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94275F; }
p { color: rgb(148,39,95); }
H1.HeaderClassName
{
color: #94275F;
}
.AnyTagClassName
{
color: #94275F;
}
</style>
background-color css
<style>
a { background-color: #94275F; }
a { background-color: rgb(148,39,95); }
div.DivClassName
{
background-color: #94275F;
}
.BgClassName
{
background-color: #94275F;
}
</style>
border-color css
<style>
span { border-color: #94275F; }
span { border-color: rgb(148,39,95); }
td.TdClassName
{
border-color: #94275F;
}
.TagClassName
{
border-color: #94275F;
}
</style>