#953354

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

Shades of Lipstick #953354

Tints of Lipstick #953354

Color information

#953354 (or 0x953354) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 54. RGB value is (149,51,84). Sum of RGB (Red+Green+Blue) = 149+51+84=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #953354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953354 is #6ACCAB. Grayscale: #545454. Windows color (decimal): -6999212 or 5518229. OLE color: 5518229.

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

Color convert

RGB1495184-
CMYK00.660.440.42
HSL339.8º49%39.22%-
HSV(B)339.8º65.77%58.43%-
XYZ15.189.49.4-
YUV84.06127.97174.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 84 (33.20% from 255) = 29.58%
R=52.46%
G=17.96%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149518400.660.440.42339.84939.22
Hex9533540422C2A1543127
Octal22563124010254525246147
Binary10010101110011101010001000010101100101010101010100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953354; }

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

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

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

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

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

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

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

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