#953857

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

Shades of Lipstick #953857

Tints of Lipstick #953857

Color information

#953857 (or 0x953857) is unknown color: approx Lipstick. HEX triplet: 95, 38 and 57. RGB value is (149,56,87). Sum of RGB (Red+Green+Blue) = 149+56+87=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #953857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953857 is #6AC7A8. Grayscale: #575757. Windows color (decimal): -6997929 or 5716117. OLE color: 5716117.

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

Color convert

RGB1495687-
CMYK00.620.420.42
HSL340º45.37%40.2%-
HSV(B)340º62.42%58.43%-
XYZ15.539.9110.11-
YUV87.34127.81171.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=51.03%
G=19.18%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149568700.620.420.4234045.3740.2
Hex95385703E2A2A1542d28
Octal2257012707652525245550
Binary1001010111100010101110111110101010101010101010100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953857; }

 p { color: rgb(149,56,87); }

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

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

 a { background-color: rgb(149,56,87); }

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

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

 span { border-color: rgb(149,56,87); }

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