#952B4E

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

Shades of Lipstick #952B4E

Tints of Lipstick #952B4E

Color information

#952B4E (or 0x952B4E) is unknown color: approx Lipstick. HEX triplet: 95, 2B and 4E. RGB value is (149,43,78). Sum of RGB (Red+Green+Blue) = 149+43+78=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B4E is #6AD4B1. Grayscale: #4E4E4E. Windows color (decimal): -7001266 or 5122965. OLE color: 5122965.

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

Color convert

RGB1494378-
CMYK00.710.480.42
HSL340.19º55.21%37.65%-
HSV(B)340.19º71.14%58.43%-
XYZ14.638.678.11-
YUV78.68127.62178.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.19%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=55.19%
G=15.93%
B=28.89%

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
Decimal149437800.710.480.42340.1955.2137.65
Hex952B4E047302A1543726
Octal22553116010760525246746
Binary10010101101011100111001000111110000101010101010100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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