#953554

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

Shades of Lipstick #953554

Tints of Lipstick #953554

Color information

#953554 (or 0x953554) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 54. RGB value is (149,53,84). Sum of RGB (Red+Green+Blue) = 149+53+84=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #953554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953554 is #6ACAAB. Grayscale: #555555. Windows color (decimal): -6998700 or 5518741. OLE color: 5518741.

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

Color convert

RGB1495384-
CMYK00.640.440.42
HSL340.62º47.52%39.61%-
HSV(B)340.62º64.43%58.43%-
XYZ15.279.589.43-
YUV85.24127.3173.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 53 (21.09% from 255) = 18.53%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=52.10%
G=18.53%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149538400.640.440.42340.6247.5239.61
Hex9535540402C2A1553028
Octal22565124010054525256050
Binary10010101110101101010001000000101100101010101010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953554; }

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

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

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

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

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

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

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

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