#95264C

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

Shades of Lipstick #95264C

Tints of Lipstick #95264C

Color information

#95264C (or 0x95264C) is unknown color: approx Lipstick. HEX triplet: 95, 26 and 4C. RGB value is (149,38,76). Sum of RGB (Red+Green+Blue) = 149+38+76=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95264C is #6AD9B3. Grayscale: #4B4B4B. Windows color (decimal): -7002548 or 4990613. OLE color: 4990613.

HSL color Cylindrical-coordinate representation of color #95264C: hue angle of 339.46º 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 #95264C is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1493876-
CMYK00.740.490.42
HSL339.46º59.36%36.67%-
HSV(B)339.46º74.5%58.43%-
XYZ14.398.37.68-
YUV75.52128.27180.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=56.65%
G=14.45%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149387600.740.490.42339.4659.3636.67
Hex95264C04A312A1533b25
Octal22546114011261525237345
Binary10010101100110100110001001010110001101010101010011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95264C; }

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

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

<style>
 a { background-color: #95264C; }

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

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

<style>
 span { border-color: #95264C; }

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

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