#95204E

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

Shades of Lipstick #95204E

Tints of Lipstick #95204E

Color information

#95204E (or 0x95204E) is unknown color: approx Lipstick. HEX triplet: 95, 20 and 4E. RGB value is (149,32,78). Sum of RGB (Red+Green+Blue) = 149+32+78=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95204E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95204E is #6ADFB1. Grayscale: #484848. Windows color (decimal): -7004082 or 5120149. OLE color: 5120149.

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

Color convert

RGB1493278-
CMYK00.790.480.42
HSL336.41º64.64%35.49%-
HSV(B)336.41º78.52%58.43%-
XYZ14.297.977.99-
YUV72.23131.26182.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 32 (12.89% from 255) = 12.36%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=57.53%
G=12.36%
B=30.12%

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
Decimal149327800.790.480.42336.4164.6435.49
Hex95204E04F302A1504123
Octal225401160117605252010143
Binary100101011000001001110010011111100001010101010100001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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