#953855

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

Shades of Lipstick #953855

Tints of Lipstick #953855

Color information

#953855 (or 0x953855) is unknown color: approx Lipstick. HEX triplet: 95, 38 and 55. RGB value is (149,56,85). Sum of RGB (Red+Green+Blue) = 149+56+85=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #953855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953855 is #6AC7AA. Grayscale: #575757. Windows color (decimal): -6997931 or 5585045. OLE color: 5585045.

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

Color convert

RGB1495685-
CMYK00.620.430.42
HSL341.29º45.37%40.2%-
HSV(B)341.29º62.42%58.43%-
XYZ15.459.879.69-
YUV87.11126.81172.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 56 (22.27% from 255) = 19.31%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=51.38%
G=19.31%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149568500.620.430.42341.2945.3740.2
Hex95385503E2B2A1552d28
Octal2257012507653525255550
Binary1001010111100010101010111110101011101010101010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953855; }

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

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

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

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

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

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

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

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