#95285A

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

Shades of Lipstick #95285A

Tints of Lipstick #95285A

Color information

#95285A (or 0x95285A) is unknown color: approx Lipstick. HEX triplet: 95, 28 and 5A. RGB value is (149,40,90). Sum of RGB (Red+Green+Blue) = 149+40+90=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95285A is #6AD7A5. Grayscale: #4E4E4E. Windows color (decimal): -7002022 or 5908629. OLE color: 5908629.

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

Color convert

RGB1494090-
CMYK00.730.400.42
HSL332.48º57.67%37.06%-
HSV(B)332.48º73.15%58.43%-
XYZ158.6510.55-
YUV78.29134.61178.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=53.41%
G=14.34%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149409000.730.400.42332.4857.6737.06
Hex95285A049282A14c3a25
Octal22550132011150525147245
Binary10010101101000101101001001001101000101010101001100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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