#952C4E

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

Shades of Lipstick #952C4E

Tints of Lipstick #952C4E

Color information

#952C4E (or 0x952C4E) is unknown color: approx Lipstick. HEX triplet: 95, 2C and 4E. RGB value is (149,44,78). Sum of RGB (Red+Green+Blue) = 149+44+78=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #952C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C4E is #6AD3B1. Grayscale: #4F4F4F. Windows color (decimal): -7001010 or 5123221. OLE color: 5123221.

HSL color Cylindrical-coordinate representation of color #952C4E: hue angle of 340.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952C4E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1494478-
CMYK00.700.480.42
HSL340.57º54.4%37.84%-
HSV(B)340.57º70.47%58.43%-
XYZ14.678.748.12-
YUV79.27127.29177.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 44 (17.58% from 255) = 16.24%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=54.98%
G=16.24%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149447800.700.480.42340.5754.437.84
Hex952C4E046302A1553626
Octal22554116010660525256646
Binary10010101101100100111001000110110000101010101010101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,44,78); }

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

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

 a { background-color: rgb(149,44,78); }

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

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

 span { border-color: rgb(149,44,78); }

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