#95204D

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

Shades of Lipstick #95204D

Tints of Lipstick #95204D

Color information

#95204D (or 0x95204D) is unknown color: approx Lipstick. HEX triplet: 95, 20 and 4D. RGB value is (149,32,77). Sum of RGB (Red+Green+Blue) = 149+32+77=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95204D is #6ADFB2. Grayscale: #484848. Windows color (decimal): -7004083 or 5054613. OLE color: 5054613.

HSL color Cylindrical-coordinate representation of color #95204D: hue angle of 336.92º 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 #95204D is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1493277-
CMYK00.790.480.42
HSL336.92º64.64%35.49%-
HSV(B)336.92º78.52%58.43%-
XYZ14.257.967.81-
YUV72.11130.76182.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=57.75%
G=12.40%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149327700.790.480.42336.9264.6435.49
Hex95204D04F302A1514123
Octal225401150117605252110143
Binary100101011000001001101010011111100001010101010100011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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