#94336B

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

Shades of Lipstick #94336B

Tints of Lipstick #94336B

Color information

#94336B (or 0x94336B) is unknown color: approx Lipstick. HEX triplet: 94, 33 and 6B. RGB value is (148,51,107). Sum of RGB (Red+Green+Blue) = 148+51+107=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94336B is #6BCC94. Grayscale: #565656. Windows color (decimal): -7064725 or 7025556. OLE color: 7025556.

HSL color Cylindrical-coordinate representation of color #94336B: hue angle of 325.36º 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 #94336B is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14851107-
CMYK00.660.280.42
HSL325.36º48.74%39.02%-
HSV(B)325.36º65.54%58.04%-
XYZ16.059.7314.94-
YUV86.39139.64171.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=48.37%
G=16.67%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485110700.660.280.42325.3648.7439.02
Hex94336B0421C2A1453127
Octal22463153010234525056147
Binary1001010011001111010110100001011100101010101000101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94336B; }

 p { color: rgb(148,51,107); }

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

<style>
 a { background-color: #94336B; }

 a { background-color: rgb(148,51,107); }

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

<style>
 span { border-color: #94336B; }

 span { border-color: rgb(148,51,107); }

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