#94375A

Color #94375A Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #94375A

Tints of Lipstick #94375A

Color information

#94375A (or 0x94375A) is unknown color: approx Lipstick. HEX triplet: 94, 37 and 5A. RGB value is (148,55,90). Sum of RGB (Red+Green+Blue) = 148+55+90=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94375A is #6BC8A5. Grayscale: #565656. Windows color (decimal): -7063718 or 5912468. OLE color: 5912468.

HSL color Cylindrical-coordinate representation of color #94375A: hue angle of 337.42º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94375A is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1485590-
CMYK00.630.390.42
HSL337.42º45.81%39.8%-
HSV(B)337.42º62.84%58.04%-
XYZ15.429.7710.75-
YUV86.8129.81171.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=50.51%
G=18.77%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148559000.630.390.42337.4245.8139.8
Hex94375A03F272A1512e28
Octal2246713207747525215650
Binary1001010011011110110100111111100111101010101010001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94375A; }

 p { color: rgb(148,55,90); }

 H1.HeaderClassName
 {
   color: #94375A;
 }
 .AnyTagClassName
 {
   color: #94375A;
 }
</style>
background-color css

<style>
 a { background-color: #94375A; }

 a { background-color: rgb(148,55,90); }

 div.DivClassName
 {
   background-color: #94375A;
 }
 .BgClassName
 {
   background-color: #94375A;
 }
</style>
border-color css

<style>
 span { border-color: #94375A; }

 span { border-color: rgb(148,55,90); }

 td.TdClassName
 {
   border-color: #94375A;
 }
 .TagClassName
 {
   border-color: #94375A;
 }
</style>