#95344F

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

Shades of Lipstick #95344F

Tints of Lipstick #95344F

Color information

#95344F (or 0x95344F) is unknown color: approx Lipstick. HEX triplet: 95, 34 and 4F. RGB value is (149,52,79). Sum of RGB (Red+Green+Blue) = 149+52+79=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95344F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95344F is #6ACBB0. Grayscale: #545454. Windows color (decimal): -6998961 or 5190805. OLE color: 5190805.

HSL color Cylindrical-coordinate representation of color #95344F: hue angle of 343.3º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95344F is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1495279-
CMYK00.650.470.42
HSL343.3º48.26%39.41%-
HSV(B)343.3º65.1%58.43%-
XYZ15.039.418.42-
YUV84.08125.14174.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 52 (20.70% from 255) = 18.57%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=53.21%
G=18.57%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149527900.650.470.42343.348.2639.41
Hex95344F0412F2A1573027
Octal22564117010157525276047
Binary10010101110100100111101000001101111101010101010111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95344F; }

 p { color: rgb(149,52,79); }

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

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

 a { background-color: rgb(149,52,79); }

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

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

 span { border-color: rgb(149,52,79); }

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