#953368

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

Shades of Lipstick #953368

Tints of Lipstick #953368

Color information

#953368 (or 0x953368) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 68. RGB value is (149,51,104). Sum of RGB (Red+Green+Blue) = 149+51+104=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #953368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953368 is #6ACC97. Grayscale: #565656. Windows color (decimal): -6999192 or 6828949. OLE color: 6828949.

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

Color convert

RGB14951104-
CMYK00.660.300.42
HSL327.55º49%39.22%-
HSV(B)327.55º65.77%58.43%-
XYZ16.089.7614.13-
YUV86.34137.97172.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=49.01%
G=16.78%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495110400.660.300.42327.554939.22
Hex9533680421E2A1483127
Octal22563150010236525106147
Binary1001010111001111010000100001011110101010101001000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953368; }

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

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

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

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

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

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

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

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