#953555

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

Shades of Lipstick #953555

Tints of Lipstick #953555

Color information

#953555 (or 0x953555) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 55. RGB value is (149,53,85). Sum of RGB (Red+Green+Blue) = 149+53+85=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #953555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953555 is #6ACAAA. Grayscale: #555555. Windows color (decimal): -6998699 or 5584277. OLE color: 5584277.

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

Color convert

RGB1495385-
CMYK00.640.430.42
HSL340º47.52%39.61%-
HSV(B)340º64.43%58.43%-
XYZ15.319.599.64-
YUV85.35127.8173.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=51.92%
G=18.47%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149538500.640.430.4234047.5239.61
Hex9535550402B2A1543028
Octal22565125010053525246050
Binary10010101110101101010101000000101011101010101010100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953555; }

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

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

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

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

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

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

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

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