#953560

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

Shades of Lipstick #953560

Tints of Lipstick #953560

Color information

#953560 (or 0x953560) is unknown color: approx Lipstick. HEX triplet: 95, 35 and 60. RGB value is (149,53,96). Sum of RGB (Red+Green+Blue) = 149+53+96=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #953560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953560 is #6ACA9F. Grayscale: #565656. Windows color (decimal): -6998688 or 6305173. OLE color: 6305173.

HSL color Cylindrical-coordinate representation of color #953560: hue angle of 333.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953560 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1495396-
CMYK00.640.360.42
HSL333.12º47.52%39.61%-
HSV(B)333.12º64.43%58.43%-
XYZ15.789.7812.12-
YUV86.61133.3172.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=50%
G=17.79%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149539600.640.360.42333.1247.5239.61
Hex953560040242A14d3028
Octal22565140010044525156050
Binary10010101110101110000001000000100100101010101001101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953560; }

 p { color: rgb(149,53,96); }

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

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

 a { background-color: rgb(149,53,96); }

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

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

 span { border-color: rgb(149,53,96); }

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