#952B4A

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

Shades of Lipstick #952B4A

Tints of Lipstick #952B4A

Color information

#952B4A (or 0x952B4A) is unknown color: approx Lipstick. HEX triplet: 95, 2B and 4A. RGB value is (149,43,74). Sum of RGB (Red+Green+Blue) = 149+43+74=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #952B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B4A is #6AD4B5. Grayscale: #4E4E4E. Windows color (decimal): -7001270 or 4860821. OLE color: 4860821.

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

Color convert

RGB1494374-
CMYK00.710.500.42
HSL342.45º55.21%37.65%-
HSV(B)342.45º71.14%58.43%-
XYZ14.498.617.38-
YUV78.23125.62178.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 43 (17.19% from 255) = 16.17%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=56.02%
G=16.17%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149437400.710.500.42342.4555.2137.65
Hex952B4A047322A1563726
Octal22553112010762525266746
Binary10010101101011100101001000111110010101010101010110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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