#952E4F

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

Shades of Lipstick #952E4F

Tints of Lipstick #952E4F

Color information

#952E4F (or 0x952E4F) is unknown color: approx Lipstick. HEX triplet: 95, 2E and 4F. RGB value is (149,46,79). Sum of RGB (Red+Green+Blue) = 149+46+79=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #952E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E4F is #6AD1B0. Grayscale: #505050. Windows color (decimal): -7000497 or 5189269. OLE color: 5189269.

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

Color convert

RGB1494679-
CMYK00.690.470.42
HSL340.78º52.82%38.24%-
HSV(B)340.78º69.13%58.43%-
XYZ14.788.918.34-
YUV80.56127.12176.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=54.38%
G=16.79%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149467900.690.470.42340.7852.8238.24
Hex952E4F0452F2A1553526
Octal22556117010557525256546
Binary10010101101110100111101000101101111101010101010101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,46,79); }

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

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

 a { background-color: rgb(149,46,79); }

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

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

 span { border-color: rgb(149,46,79); }

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