#95234D

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

Shades of Lipstick #95234D

Tints of Lipstick #95234D

Color information

#95234D (or 0x95234D) is unknown color: approx Lipstick. HEX triplet: 95, 23 and 4D. RGB value is (149,35,77). Sum of RGB (Red+Green+Blue) = 149+35+77=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95234D is #6ADCB2. Grayscale: #494949. Windows color (decimal): -7003315 or 5055381. OLE color: 5055381.

HSL color Cylindrical-coordinate representation of color #95234D: hue angle of 337.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95234D is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1493577-
CMYK00.770.480.42
HSL337.89º61.96%36.08%-
HSV(B)337.89º76.51%58.43%-
XYZ14.348.137.83-
YUV73.87129.77181.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=57.09%
G=13.41%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149357700.770.480.42337.8961.9636.08
Hex95234D04D302A1523e24
Octal22543115011560525227644
Binary10010101100011100110101001101110000101010101010010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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