#963554

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

Shades of Lipstick #963554

Tints of Lipstick #963554

Color information

#963554 (or 0x963554) is unknown color: approx Lipstick. HEX triplet: 96, 35 and 54. RGB value is (150,53,84). Sum of RGB (Red+Green+Blue) = 150+53+84=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #963554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963554 is #69CAAB. Grayscale: #555555. Windows color (decimal): -6933164 or 5518742. OLE color: 5518742.

HSL color Cylindrical-coordinate representation of color #963554: hue angle of 340.82º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963554 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB1505384-
CMYK00.650.440.41
HSL340.82º47.78%39.8%-
HSV(B)340.82º64.67%58.82%-
XYZ15.459.679.44-
YUV85.54127.14173.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=52.26%
G=18.47%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150538400.650.440.41340.8247.7839.8
Hex9635540412C291553028
Octal22665124010154515256050
Binary10010110110101101010001000001101100101001101010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963554; }

 p { color: rgb(150,53,84); }

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

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

 a { background-color: rgb(150,53,84); }

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

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

 span { border-color: rgb(150,53,84); }

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