#952550

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

Shades of Lipstick #952550

Tints of Lipstick #952550

Color information

#952550 (or 0x952550) is unknown color: approx Lipstick. HEX triplet: 95, 25 and 50. RGB value is (149,37,80). Sum of RGB (Red+Green+Blue) = 149+37+80=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #952550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952550 is #6ADAAF. Grayscale: #4B4B4B. Windows color (decimal): -7002800 or 5252501. OLE color: 5252501.

HSL color Cylindrical-coordinate representation of color #952550: hue angle of 336.96º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952550 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1493780-
CMYK00.750.460.42
HSL336.96º60.22%36.47%-
HSV(B)336.96º75.17%58.43%-
XYZ14.58.298.43-
YUV75.39130.61180.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=56.02%
G=13.91%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149378000.750.460.42336.9660.2236.47
Hex95255004B2E2A1513c24
Octal22545120011356525217444
Binary10010101100101101000001001011101110101010101010001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952550; }

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

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

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

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

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

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

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

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