#952C48

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

Shades of Lipstick #952C48

Tints of Lipstick #952C48

Color information

#952C48 (or 0x952C48) is unknown color: approx Lipstick. HEX triplet: 95, 2C and 48. RGB value is (149,44,72). Sum of RGB (Red+Green+Blue) = 149+44+72=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #952C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C48 is #6AD3B7. Grayscale: #4E4E4E. Windows color (decimal): -7001016 or 4730005. OLE color: 4730005.

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

Color convert

RGB1494472-
CMYK00.700.520.42
HSL344º54.4%37.84%-
HSV(B)344º70.47%58.43%-
XYZ14.468.667.04-
YUV78.59124.29178.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=56.23%
G=16.60%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149447200.700.520.4234454.437.84
Hex952C48046342A1583626
Octal22554110010664525306646
Binary10010101101100100100001000110110100101010101011000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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