#95336E

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

Shades of Lipstick #95336E

Tints of Lipstick #95336E

Color information

#95336E (or 0x95336E) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 6E. RGB value is (149,51,110). Sum of RGB (Red+Green+Blue) = 149+51+110=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95336E is #6ACC91. Grayscale: #565656. Windows color (decimal): -6999186 or 7222165. OLE color: 7222165.

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

Color convert

RGB14951110-
CMYK00.660.260.42
HSL323.88º49%39.22%-
HSV(B)323.88º65.77%58.43%-
XYZ16.399.8815.8-
YUV87.03140.97172.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=48.06%
G=16.45%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495111000.660.260.42323.884939.22
Hex95336E0421A2A1443127
Octal22563156010232525046147
Binary1001010111001111011100100001011010101010101000100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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