#95354C

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

Shades of Lipstick #95354C

Tints of Lipstick #95354C

Color information

#95354C (or 0x95354C) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 4C. RGB value is (149,53,76). Sum of RGB (Red+Green+Blue) = 149+53+76=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95354C is #6ACAB3. Grayscale: #545454. Windows color (decimal): -6998708 or 4994453. OLE color: 4994453.

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

Color convert

RGB1495376-
CMYK00.640.490.42
HSL345.62º47.52%39.61%-
HSV(B)345.62º64.43%58.43%-
XYZ14.979.467.87-
YUV84.33123.3174.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=53.60%
G=19.06%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149537600.640.490.42345.6247.5239.61
Hex95354C040312A15a3028
Octal22565114010061525326050
Binary10010101110101100110001000000110001101010101011010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95354C; }

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

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

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

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

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

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

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

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