#95204C

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

Shades of Lipstick #95204C

Tints of Lipstick #95204C

Color information

#95204C (or 0x95204C) is unknown color: approx Lipstick. HEX triplet: 95, 20 and 4C. RGB value is (149,32,76). Sum of RGB (Red+Green+Blue) = 149+32+76=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #95204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95204C is #6ADFB3. Grayscale: #474747. Windows color (decimal): -7004084 or 4989077. OLE color: 4989077.

HSL color Cylindrical-coordinate representation of color #95204C: hue angle of 337.44º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95204C is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1493276-
CMYK00.790.490.42
HSL337.44º64.64%35.49%-
HSV(B)337.44º78.52%58.43%-
XYZ14.227.947.62-
YUV72130.26182.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.98%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=57.98%
G=12.45%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149327600.790.490.42337.4464.6435.49
Hex95204C04F312A1514123
Octal225401140117615252110143
Binary100101011000001001100010011111100011010101010100011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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