#95395C

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

Shades of Lipstick #95395C

Tints of Lipstick #95395C

Color information

#95395C (or 0x95395C) is unknown color: approx Lipstick. HEX triplet: 95, 39 and 5C. RGB value is (149,57,92). Sum of RGB (Red+Green+Blue) = 149+57+92=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #95395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95395C is #6AC6A3. Grayscale: #585858. Windows color (decimal): -6997668 or 6044053. OLE color: 6044053.

HSL color Cylindrical-coordinate representation of color #95395C: hue angle of 337.17º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95395C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1495792-
CMYK00.620.380.42
HSL337.17º44.66%40.39%-
HSV(B)337.17º61.74%58.43%-
XYZ15.7910.0911.24-
YUV88.5129.98171.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=50%
G=19.13%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149579200.620.380.42337.1744.6640.39
Hex95395C03E262A1512d28
Octal2257113407646525215550
Binary1001010111100110111000111110100110101010101010001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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