#95355A

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

Shades of Lipstick #95355A

Tints of Lipstick #95355A

Color information

#95355A (or 0x95355A) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 5A. RGB value is (149,53,90). Sum of RGB (Red+Green+Blue) = 149+53+90=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95355A is #6ACAA5. Grayscale: #555555. Windows color (decimal): -6998694 or 5911957. OLE color: 5911957.

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

Color convert

RGB1495390-
CMYK00.640.400.42
HSL336.88º47.52%39.61%-
HSV(B)336.88º64.43%58.43%-
XYZ15.519.6710.72-
YUV85.92130.3172.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=51.03%
G=18.15%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149539000.640.400.42336.8847.5239.61
Hex95355A040282A1513028
Octal22565132010050525216050
Binary10010101110101101101001000000101000101010101010001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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