#953356

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

Shades of Lipstick #953356

Tints of Lipstick #953356

Color information

#953356 (or 0x953356) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 56. RGB value is (149,51,86). Sum of RGB (Red+Green+Blue) = 149+51+86=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #953356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953356 is #6ACCA9. Grayscale: #545454. Windows color (decimal): -6999210 or 5649301. OLE color: 5649301.

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

Color convert

RGB1495186-
CMYK00.660.420.42
HSL338.57º49%39.22%-
HSV(B)338.57º65.77%58.43%-
XYZ15.269.439.82-
YUV84.29128.97174.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=52.10%
G=17.83%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149518600.660.420.42338.574939.22
Hex9533560422A2A1533127
Octal22563126010252525236147
Binary10010101110011101011001000010101010101010101010011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953356; }

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

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

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

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

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

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

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

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