#952E5E

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

Shades of Lipstick #952E5E

Tints of Lipstick #952E5E

Color information

#952E5E (or 0x952E5E) is unknown color: approx Lipstick. HEX triplet: 95, 2E and 5E. RGB value is (149,46,94). Sum of RGB (Red+Green+Blue) = 149+46+94=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #952E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E5E is #6AD1A1. Grayscale: #525252. Windows color (decimal): -7000482 or 6172309. OLE color: 6172309.

HSL color Cylindrical-coordinate representation of color #952E5E: hue angle of 332.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E5E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1494694-
CMYK00.690.370.42
HSL332.04º52.82%38.24%-
HSV(B)332.04º69.13%58.43%-
XYZ15.399.1511.54-
YUV82.27134.62175.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=51.56%
G=15.92%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149469400.690.370.42332.0452.8238.24
Hex952E5E045252A14c3526
Octal22556136010545525146546
Binary10010101101110101111001000101100101101010101001100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952E5E; }

 p { color: rgb(149,46,94); }

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

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

 a { background-color: rgb(149,46,94); }

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

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

 span { border-color: rgb(149,46,94); }

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