#95286A

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

Shades of Lipstick #95286A

Tints of Lipstick #95286A

Color information

#95286A (or 0x95286A) is unknown color: approx Lipstick. HEX triplet: 95, 28 and 6A. RGB value is (149,40,106). Sum of RGB (Red+Green+Blue) = 149+40+106=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95286A is #6AD795. Grayscale: #4F4F4F. Windows color (decimal): -7002006 or 6957205. OLE color: 6957205.

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

Color convert

RGB14940106-
CMYK00.730.290.42
HSL323.67º57.67%37.06%-
HSV(B)323.67º73.15%58.43%-
XYZ15.758.9514.53-
YUV80.11142.61177.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=50.51%
G=13.56%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494010600.730.290.42323.6757.6737.06
Hex95286A0491D2A1443a25
Octal22550152011135525047245
Binary1001010110100011010100100100111101101010101000100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95286A; }

 p { color: rgb(149,40,106); }

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

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

 a { background-color: rgb(149,40,106); }

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

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

 span { border-color: rgb(149,40,106); }

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