#952B45

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

Shades of Lipstick #952B45

Tints of Lipstick #952B45

Color information

#952B45 (or 0x952B45) is unknown color: approx Lipstick. HEX triplet: 95, 2B and 45. RGB value is (149,43,69). Sum of RGB (Red+Green+Blue) = 149+43+69=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #952B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B45 is #6AD4BA. Grayscale: #4D4D4D. Windows color (decimal): -7001275 or 4533141. OLE color: 4533141.

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

Color convert

RGB1494369-
CMYK00.710.540.42
HSL345.28º55.21%37.65%-
HSV(B)345.28º71.14%58.43%-
XYZ14.338.556.52-
YUV77.66123.12178.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=57.09%
G=16.48%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149436900.710.540.42345.2855.2137.65
Hex952B45047362A1593726
Octal22553105010766525316746
Binary10010101101011100010101000111110110101010101011001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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