#953052

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

Shades of Lipstick #953052

Tints of Lipstick #953052

Color information

#953052 (or 0x953052) is unknown color: approx Lipstick. HEX triplet: 95, 30 and 52. RGB value is (149,48,82). Sum of RGB (Red+Green+Blue) = 149+48+82=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #953052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953052 is #6ACFAD. Grayscale: #525252. Windows color (decimal): -6999982 or 5386389. OLE color: 5386389.

HSL color Cylindrical-coordinate representation of color #953052: hue angle of 339.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953052 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1494882-
CMYK00.680.450.42
HSL339.8º51.27%38.63%-
HSV(B)339.8º67.79%58.43%-
XYZ14.979.118.95-
YUV82.07127.96175.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=53.41%
G=17.20%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149488200.680.450.42339.851.2738.63
Hex9530520442D2A1543327
Octal22560122010455525246347
Binary10010101110000101001001000100101101101010101010100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953052; }

 p { color: rgb(149,48,82); }

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

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

 a { background-color: rgb(149,48,82); }

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

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

 span { border-color: rgb(149,48,82); }

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