#95355D

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

Shades of Lipstick #95355D

Tints of Lipstick #95355D

Color information

#95355D (or 0x95355D) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 5D. RGB value is (149,53,93). Sum of RGB (Red+Green+Blue) = 149+53+93=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95355D is #6ACAA2. Grayscale: #565656. Windows color (decimal): -6998691 or 6108565. OLE color: 6108565.

HSL color Cylindrical-coordinate representation of color #95355D: hue angle of 335º degrees, saturation: 0.48, 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 #95355D is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1495393-
CMYK00.640.380.42
HSL335º47.52%39.61%-
HSV(B)335º64.43%58.43%-
XYZ15.649.7311.41-
YUV86.26131.8172.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=50.51%
G=17.97%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149539300.640.380.4233547.5239.61
Hex95355D040262A14f3028
Octal22565135010046525176050
Binary10010101110101101110101000000100110101010101001111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,53,93); }

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

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

 a { background-color: rgb(149,53,93); }

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

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

 span { border-color: rgb(149,53,93); }

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