#95314C

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

Shades of Lipstick #95314C

Tints of Lipstick #95314C

Color information

#95314C (or 0x95314C) is unknown color: approx Lipstick. HEX triplet: 95, 31 and 4C. RGB value is (149,49,76). Sum of RGB (Red+Green+Blue) = 149+49+76=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95314C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95314C is #6ACEB3. Grayscale: #515151. Windows color (decimal): -6999732 or 4993429. OLE color: 4993429.

HSL color Cylindrical-coordinate representation of color #95314C: hue angle of 343.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95314C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1494976-
CMYK00.670.490.42
HSL343.8º50.51%38.82%-
HSV(B)343.8º67.11%58.43%-
XYZ14.89.117.82-
YUV81.98124.63175.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=54.38%
G=17.88%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149497600.670.490.42343.850.5138.82
Hex95314C043312A1583327
Octal22561114010361525306347
Binary10010101110001100110001000011110001101010101011000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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