#95265F

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

Shades of Lipstick #95265F

Tints of Lipstick #95265F

Color information

#95265F (or 0x95265F) is unknown color: approx Lipstick. HEX triplet: 95, 26 and 5F. RGB value is (149,38,95). Sum of RGB (Red+Green+Blue) = 149+38+95=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95265F is #6AD9A0. Grayscale: #4D4D4D. Windows color (decimal): -7002529 or 6235797. OLE color: 6235797.

HSL color Cylindrical-coordinate representation of color #95265F: hue angle of 329.19º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95265F is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1493895-
CMYK00.740.360.42
HSL329.19º59.36%36.67%-
HSV(B)329.19º74.5%58.43%-
XYZ15.158.611.69-
YUV77.69137.77178.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 95 (37.5% from 255) = 33.69%
R=52.84%
G=13.48%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149389500.740.360.42329.1959.3636.67
Hex95265F04A242A1493b25
Octal22546137011244525117345
Binary10010101100110101111101001010100100101010101001001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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