#95335E

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

Shades of Lipstick #95335E

Tints of Lipstick #95335E

Color information

#95335E (or 0x95335E) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 5E. RGB value is (149,51,94). Sum of RGB (Red+Green+Blue) = 149+51+94=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95335E is #6ACCA1. Grayscale: #555555. Windows color (decimal): -6999202 or 6173589. OLE color: 6173589.

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

Color convert

RGB1495194-
CMYK00.660.370.42
HSL333.67º49%39.22%-
HSV(B)333.67º65.77%58.43%-
XYZ15.69.5711.61-
YUV85.2132.97173.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 51 (20.31% from 255) = 17.35%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=50.68%
G=17.35%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149519400.660.370.42333.674939.22
Hex95335E042252A14e3127
Octal22563136010245525166147
Binary10010101110011101111001000010100101101010101001110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95335E; }

 p { color: rgb(149,51,94); }

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

<style>
 a { background-color: #95335E; }

 a { background-color: rgb(149,51,94); }

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

<style>
 span { border-color: #95335E; }

 span { border-color: rgb(149,51,94); }

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