#952956

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

Shades of Lipstick #952956

Tints of Lipstick #952956

Color information

#952956 (or 0x952956) is unknown color: approx Lipstick. HEX triplet: 95, 29 and 56. RGB value is (149,41,86). Sum of RGB (Red+Green+Blue) = 149+41+86=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #952956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952956 is #6AD6A9. Grayscale: #4E4E4E. Windows color (decimal): -7001770 or 5646741. OLE color: 5646741.

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

Color convert

RGB1494186-
CMYK00.720.420.42
HSL335º56.84%37.25%-
HSV(B)335º72.48%58.43%-
XYZ14.878.659.69-
YUV78.42132.28178.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=53.99%
G=14.86%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149418600.720.420.4233556.8437.25
Hex9529560482A2A14f3925
Octal22551126011052525177145
Binary10010101101001101011001001000101010101010101001111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952956; }

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

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

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

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

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

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

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

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