#94356c

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

Shades of Lipstick #94356C

Tints of Lipstick #94356C

Color information

#94356C (or 0x94356C) is unknown color: approx Lipstick. HEX triplet: 94, 35 and 6C. RGB value is (148,53,108). Sum of RGB (Red+Green+Blue) = 148+53+108=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #94356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94356C is #6BCA93. Grayscale: #575757. Windows color (decimal): -7064212 or 7091604. OLE color: 7091604.

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

Color convert

RGB14853108-
CMYK00.640.270.42
HSL325.26º47.26%39.41%-
HSV(B)325.26º64.19%58.04%-
XYZ16.199.9215.25-
YUV87.68139.47171.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.90%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=47.90%
G=17.15%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485310800.640.270.42325.2647.2639.41
Hex94356C0401B2A1452f27
Octal22465154010033525055747
Binary1001010011010111011000100000011011101010101000101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94356c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94356c; }

 p { color: rgb(148,53,108); }

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

<style>
 a { background-color: #94356c; }

 a { background-color: rgb(148,53,108); }

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

<style>
 span { border-color: #94356c; }

 span { border-color: rgb(148,53,108); }

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