#953758

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

Shades of Lipstick #953758

Tints of Lipstick #953758

Color information

#953758 (or 0x953758) is unknown color: approx Lipstick. HEX triplet: 95, 37 and 58. RGB value is (149,55,88). Sum of RGB (Red+Green+Blue) = 149+55+88=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #953758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953758 is #6AC8A7. Grayscale: #565656. Windows color (decimal): -6998184 or 5781397. OLE color: 5781397.

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

Color convert

RGB1495588-
CMYK00.630.410.42
HSL338.94º46.08%40%-
HSV(B)338.94º63.09%58.43%-
XYZ15.529.8310.31-
YUV86.87128.64172.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=51.03%
G=18.84%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149558800.630.410.42338.9446.0840
Hex95375803F292A1532e28
Octal2256713007751525235650
Binary1001010111011110110000111111101001101010101010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953758; }

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

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

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

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

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

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

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

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