#953754

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

Shades of Lipstick #953754

Tints of Lipstick #953754

Color information

#953754 (or 0x953754) is unknown color: approx Lipstick. HEX triplet: 95, 37 and 54. RGB value is (149,55,84). Sum of RGB (Red+Green+Blue) = 149+55+84=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #953754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953754 is #6AC8AB. Grayscale: #565656. Windows color (decimal): -6998188 or 5519253. OLE color: 5519253.

HSL color Cylindrical-coordinate representation of color #953754: hue angle of 341.49º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953754 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1495584-
CMYK00.630.440.42
HSL341.49º46.08%40%-
HSV(B)341.49º63.09%58.43%-
XYZ15.369.769.46-
YUV86.41126.64172.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 55 (21.88% from 255) = 19.10%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=51.74%
G=19.10%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149558400.630.440.42341.4946.0840
Hex95375403F2C2A1552e28
Octal2256712407754525255650
Binary1001010111011110101000111111101100101010101010101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953754; }

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

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

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

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

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

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

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

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