#94366D

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

Shades of Lipstick #94366D

Tints of Lipstick #94366D

Color information

#94366D (or 0x94366D) is unknown color: approx Lipstick. HEX triplet: 94, 36 and 6D. RGB value is (148,54,109). Sum of RGB (Red+Green+Blue) = 148+54+109=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94366D is #6BC992. Grayscale: #585858. Windows color (decimal): -7063955 or 7157396. OLE color: 7157396.

HSL color Cylindrical-coordinate representation of color #94366D: hue angle of 324.89º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94366D is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14854109-
CMYK00.640.260.42
HSL324.89º46.53%39.61%-
HSV(B)324.89º63.51%58.04%-
XYZ16.2910.0415.55-
YUV88.38139.64170.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=47.59%
G=17.36%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485410900.640.260.42324.8946.5339.61
Hex94366D0401A2A1452f28
Octal22466155010032525055750
Binary1001010011011011011010100000011010101010101000101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94366D; }

 p { color: rgb(148,54,109); }

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

<style>
 a { background-color: #94366D; }

 a { background-color: rgb(148,54,109); }

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

<style>
 span { border-color: #94366D; }

 span { border-color: rgb(148,54,109); }

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