#95335C

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

Shades of Lipstick #95335C

Tints of Lipstick #95335C

Color information

#95335C (or 0x95335C) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 5C. RGB value is (149,51,92). Sum of RGB (Red+Green+Blue) = 149+51+92=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95335C is #6ACCA3. Grayscale: #545454. Windows color (decimal): -6999204 or 6042517. OLE color: 6042517.

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

Color convert

RGB1495192-
CMYK00.660.380.42
HSL334.9º49%39.22%-
HSV(B)334.9º65.77%58.43%-
XYZ15.519.5311.15-
YUV84.98131.97173.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=51.03%
G=17.47%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149519200.660.380.42334.94939.22
Hex95335C042262A14f3127
Octal22563134010246525176147
Binary10010101110011101110001000010100110101010101001111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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