#95375A

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

Shades of Lipstick #95375A

Tints of Lipstick #95375A

Color information

#95375A (or 0x95375A) is unknown color: approx Lipstick. HEX triplet: 95, 37 and 5A. RGB value is (149,55,90). Sum of RGB (Red+Green+Blue) = 149+55+90=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95375A is #6AC8A5. Grayscale: #575757. Windows color (decimal): -6998182 or 5912469. OLE color: 5912469.

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

Color convert

RGB1495590-
CMYK00.630.400.42
HSL337.66º46.08%40%-
HSV(B)337.66º63.09%58.43%-
XYZ15.619.8610.75-
YUV87.1129.64172.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=50.68%
G=18.71%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149559000.630.400.42337.6646.0840
Hex95375A03F282A1522e28
Octal2256713207750525225650
Binary1001010111011110110100111111101000101010101010010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95375A; }

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

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

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

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

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

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

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

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