#95355E

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

Shades of Lipstick #95355E

Tints of Lipstick #95355E

Color information

#95355E (or 0x95355E) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 5E. RGB value is (149,53,94). Sum of RGB (Red+Green+Blue) = 149+53+94=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95355E is #6ACAA1. Grayscale: #565656. Windows color (decimal): -6998690 or 6174101. OLE color: 6174101.

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

Color convert

RGB1495394-
CMYK00.640.370.42
HSL334.38º47.52%39.61%-
HSV(B)334.38º64.43%58.43%-
XYZ15.699.7411.64-
YUV86.38132.3172.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 53 (21.09% from 255) = 17.91%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=50.34%
G=17.91%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149539400.640.370.42334.3847.5239.61
Hex95355E040252A14e3028
Octal22565136010045525166050
Binary10010101110101101111001000000100101101010101001110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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