#952B49

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

Shades of Lipstick #952B49

Tints of Lipstick #952B49

Color information

#952B49 (or 0x952B49) is unknown color: approx Lipstick. HEX triplet: 95, 2B and 49. RGB value is (149,43,73). Sum of RGB (Red+Green+Blue) = 149+43+73=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #952B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B49 is #6AD4B6. Grayscale: #4E4E4E. Windows color (decimal): -7001271 or 4795285. OLE color: 4795285.

HSL color Cylindrical-coordinate representation of color #952B49: hue angle of 343.02º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B49 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1494373-
CMYK00.710.510.42
HSL343.02º55.21%37.65%-
HSV(B)343.02º71.14%58.43%-
XYZ14.468.67.2-
YUV78.11125.12178.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 43 (17.19% from 255) = 16.23%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=56.23%
G=16.23%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149437300.710.510.42343.0255.2137.65
Hex952B49047332A1573726
Octal22553111010763525276746
Binary10010101101011100100101000111110011101010101010111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952B49; }

 p { color: rgb(149,43,73); }

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

<style>
 a { background-color: #952B49; }

 a { background-color: rgb(149,43,73); }

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

<style>
 span { border-color: #952B49; }

 span { border-color: rgb(149,43,73); }

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