#952161

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

Shades of Lipstick #952161

Tints of Lipstick #952161

Color information

#952161 (or 0x952161) is unknown color: approx Lipstick. HEX triplet: 95, 21 and 61. RGB value is (149,33,97). Sum of RGB (Red+Green+Blue) = 149+33+97=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #952161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952161 is #6ADE9E. Grayscale: #4A4A4A. Windows color (decimal): -7003807 or 6365589. OLE color: 6365589.

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

Color convert

RGB1493397-
CMYK00.780.350.42
HSL326.9º63.74%35.69%-
HSV(B)326.9º77.85%58.43%-
XYZ15.18.3412.12-
YUV74.98140.43180.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 33 (13.28% from 255) = 11.83%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=53.41%
G=11.83%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149339700.780.350.42326.963.7435.69
Hex95216104E232A1474024
Octal225411410116435250710044
Binary100101011000011100001010011101000111010101010001111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952161; }

 p { color: rgb(149,33,97); }

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

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

 a { background-color: rgb(149,33,97); }

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

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

 span { border-color: rgb(149,33,97); }

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