#953351

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

Shades of Lipstick #953351

Tints of Lipstick #953351

Color information

#953351 (or 0x953351) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 51. RGB value is (149,51,81). Sum of RGB (Red+Green+Blue) = 149+51+81=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #953351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953351 is #6ACCAE. Grayscale: #535353. Windows color (decimal): -6999215 or 5321621. OLE color: 5321621.

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

Color convert

RGB1495181-
CMYK00.660.460.42
HSL341.63º49%39.22%-
HSV(B)341.63º65.77%58.43%-
XYZ15.069.358.8-
YUV83.72126.47174.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.02%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=53.02%
G=18.15%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149518100.660.460.42341.634939.22
Hex9533510422E2A1563127
Octal22563121010256525266147
Binary10010101110011101000101000010101110101010101010110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953351; }

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

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

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

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

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

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

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

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