#952B50

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

Shades of Lipstick #952B50

Tints of Lipstick #952B50

Color information

#952B50 (or 0x952B50) is unknown color: approx Lipstick. HEX triplet: 95, 2B and 50. RGB value is (149,43,80). Sum of RGB (Red+Green+Blue) = 149+43+80=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #952B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B50 is #6AD4AF. Grayscale: #4E4E4E. Windows color (decimal): -7001264 or 5254037. OLE color: 5254037.

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

Color convert

RGB1494380-
CMYK00.710.460.42
HSL339.06º55.21%37.65%-
HSV(B)339.06º71.14%58.43%-
XYZ14.718.78.49-
YUV78.91128.62177.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.78%
GREEN value IS 43 (17.19% from 255) = 15.81%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=54.78%
G=15.81%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149438000.710.460.42339.0655.2137.65
Hex952B500472E2A1533726
Octal22553120010756525236746
Binary10010101101011101000001000111101110101010101010011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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