#95334B

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

Shades of Lipstick #95334B

Tints of Lipstick #95334B

Color information

#95334B (or 0x95334B) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 4B. RGB value is (149,51,75). Sum of RGB (Red+Green+Blue) = 149+51+75=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95334B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95334B is #6ACCB4. Grayscale: #535353. Windows color (decimal): -6999221 or 4928405. OLE color: 4928405.

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

Color convert

RGB1495175-
CMYK00.660.500.42
HSL345.31º49%39.22%-
HSV(B)345.31º65.77%58.43%-
XYZ14.859.277.66-
YUV83.04123.47175.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=54.18%
G=18.55%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149517500.660.500.42345.314939.22
Hex95334B042322A1593127
Octal22563113010262525316147
Binary10010101110011100101101000010110010101010101011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95334B; }

 p { color: rgb(149,51,75); }

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

<style>
 a { background-color: #95334B; }

 a { background-color: rgb(149,51,75); }

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

<style>
 span { border-color: #95334B; }

 span { border-color: rgb(149,51,75); }

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