Shades of Lipstick #94205A
Tints of Lipstick #94205A
RGB
CMYK
RGB Variations
Color information
#94205A (or 0x94205A) is known color: Lipstick. HEX triplet: 94, 20 and 5A. RGB value is (148,32,90). Sum of RGB (Red+Green+Blue) = 148+32+90=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #94205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94205A is #6BDFA5. Grayscale: #494949. Windows color (decimal): -7069606 or 5906580. OLE color: 5906580.
HSL color Cylindrical-coordinate representation of color #94205A: hue angle of 330º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94205A is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 32 | 90 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.42 |
| HSL | 330º | 0.64% | 0.35% | - |
| HSV(B) | 330º | 0.78% | 0.58% | - |
| XYZ | 14.57 | 8.07 | 10.46 | - |
| YUV | 73.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 32 | 90 | 0 | 0.78 | 0.39 | 0.42 | 330 | 0.64 | 0.35 |
| Hex | 94 | 20 | 5A | 0 | 4E | 27 | 2A | 14A | 40 | 23 |
| Octal | 224 | 40 | 132 | 0 | 116 | 47 | 52 | 512 | 100 | 43 |
| Binary | 10010100 | 100000 | 1011010 | 0 | 1001110 | 100111 | 101010 | 101001010 | 1000000 | 100011 |
Color Harmonies of #94205A
Complementary color
Monochromatic Colors of #94205A
Black with #94205A
Text Example
Text Example
White with #94205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94205A; }
p { color: rgb(148,32,90); }
H1.HeaderClassName
{
color: #94205A;
}
.AnyTagClassName
{
color: #94205A;
}
</style>
background-color css
<style>
a { background-color: #94205A; }
a { background-color: rgb(148,32,90); }
div.DivClassName
{
background-color: #94205A;
}
.BgClassName
{
background-color: #94205A;
}
</style>
border-color css
<style>
span { border-color: #94205A; }
span { border-color: rgb(148,32,90); }
td.TdClassName
{
border-color: #94205A;
}
.TagClassName
{
border-color: #94205A;
}
</style>