#952B4D

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

Shades of Lipstick #952B4D

Tints of Lipstick #952B4D

Color information

#952B4D (or 0x952B4D) is unknown color: approx Lipstick. HEX triplet: 95, 2B and 4D. RGB value is (149,43,77). Sum of RGB (Red+Green+Blue) = 149+43+77=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #952B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B4D is #6AD4B2. Grayscale: #4E4E4E. Windows color (decimal): -7001267 or 5057429. OLE color: 5057429.

HSL color Cylindrical-coordinate representation of color #952B4D: hue angle of 340.75º 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 #952B4D is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1494377-
CMYK00.710.480.42
HSL340.75º55.21%37.65%-
HSV(B)340.75º71.14%58.43%-
XYZ14.68.657.92-
YUV78.57127.12178.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 43 (17.19% from 255) = 15.99%
BLUE value IS 77 (30.47% from 255) = 28.62%
R=55.39%
G=15.99%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149437700.710.480.42340.7555.2137.65
Hex952B4D047302A1553726
Octal22553115010760525256746
Binary10010101101011100110101000111110000101010101010101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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