#95304A

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

Shades of Lipstick #95304A

Tints of Lipstick #95304A

Color information

#95304A (or 0x95304A) is unknown color: approx Lipstick. HEX triplet: 95, 30 and 4A. RGB value is (149,48,74). Sum of RGB (Red+Green+Blue) = 149+48+74=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #95304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95304A is #6ACFB5. Grayscale: #515151. Windows color (decimal): -6999990 or 4862101. OLE color: 4862101.

HSL color Cylindrical-coordinate representation of color #95304A: hue angle of 344.55º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95304A is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1494874-
CMYK00.680.500.42
HSL344.55º51.27%38.63%-
HSV(B)344.55º67.79%58.43%-
XYZ14.6997.44-
YUV81.16123.96176.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=54.98%
G=17.71%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149487400.680.500.42344.5551.2738.63
Hex95304A044322A1593327
Octal22560112010462525316347
Binary10010101110000100101001000100110010101010101011001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95304A; }

 p { color: rgb(149,48,74); }

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

<style>
 a { background-color: #95304A; }

 a { background-color: rgb(149,48,74); }

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

<style>
 span { border-color: #95304A; }

 span { border-color: rgb(149,48,74); }

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