#95285F

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

Shades of Lipstick #95285F

Tints of Lipstick #95285F

Color information

#95285F (or 0x95285F) is unknown color: approx Lipstick. HEX triplet: 95, 28 and 5F. RGB value is (149,40,95). Sum of RGB (Red+Green+Blue) = 149+40+95=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #95285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95285F is #6AD7A0. Grayscale: #4E4E4E. Windows color (decimal): -7002017 or 6236309. OLE color: 6236309.

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

Color convert

RGB1494095-
CMYK00.730.360.42
HSL329.72º57.67%37.06%-
HSV(B)329.72º73.15%58.43%-
XYZ15.228.7311.71-
YUV78.86137.11178.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=52.46%
G=14.08%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149409500.730.360.42329.7257.6737.06
Hex95285F049242A14a3a25
Octal22550137011144525127245
Binary10010101101000101111101001001100100101010101001010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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