#95344A

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

Shades of Lipstick #95344A

Tints of Lipstick #95344A

Color information

#95344A (or 0x95344A) is unknown color: approx Lipstick. HEX triplet: 95, 34 and 4A. RGB value is (149,52,74). Sum of RGB (Red+Green+Blue) = 149+52+74=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95344A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95344A is #6ACBB5. Grayscale: #535353. Windows color (decimal): -6998966 or 4863125. OLE color: 4863125.

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

Color convert

RGB1495274-
CMYK00.650.500.42
HSL346.39º48.26%39.41%-
HSV(B)346.39º65.1%58.43%-
XYZ14.869.347.5-
YUV83.51122.64174.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=54.18%
G=18.91%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149527400.650.500.42346.3948.2639.41
Hex95344A041322A15a3027
Octal22564112010162525326047
Binary10010101110100100101001000001110010101010101011010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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