#953350

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

Shades of Lipstick #953350

Tints of Lipstick #953350

Color information

#953350 (or 0x953350) is unknown color: approx Lipstick. HEX triplet: 95, 33 and 50. RGB value is (149,51,80). Sum of RGB (Red+Green+Blue) = 149+51+80=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #953350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953350 is #6ACCAF. Grayscale: #535353. Windows color (decimal): -6999216 or 5256085. OLE color: 5256085.

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

Color convert

RGB1495180-
CMYK00.660.460.42
HSL342.24º49%39.22%-
HSV(B)342.24º65.77%58.43%-
XYZ15.039.348.6-
YUV83.61125.97174.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.21%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=53.21%
G=18.21%
B=28.57%

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
Decimal149518000.660.460.42342.244939.22
Hex9533500422E2A1563127
Octal22563120010256525266147
Binary10010101110011101000001000010101110101010101010110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953350; }

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

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

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

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

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

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

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

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