#952951

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

Shades of Lipstick #952951

Tints of Lipstick #952951

Color information

#952951 (or 0x952951) is unknown color: approx Lipstick. HEX triplet: 95, 29 and 51. RGB value is (149,41,81). Sum of RGB (Red+Green+Blue) = 149+41+81=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #952951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952951 is #6AD6AE. Grayscale: #4D4D4D. Windows color (decimal): -7001775 or 5319061. OLE color: 5319061.

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

Color convert

RGB1494181-
CMYK00.720.460.42
HSL337.78º56.84%37.25%-
HSV(B)337.78º72.48%58.43%-
XYZ14.678.578.67-
YUV77.85129.78178.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=54.98%
G=15.13%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149418100.720.460.42337.7856.8437.25
Hex9529510482E2A1523925
Octal22551121011056525227145
Binary10010101101001101000101001000101110101010101010010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952951; }

 p { color: rgb(149,41,81); }

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

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

 a { background-color: rgb(149,41,81); }

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

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

 span { border-color: rgb(149,41,81); }

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