#963654

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

Shades of Lipstick #963654

Tints of Lipstick #963654

Color information

#963654 (or 0x963654) is unknown color: approx Lipstick. HEX triplet: 96, 36 and 54. RGB value is (150,54,84). Sum of RGB (Red+Green+Blue) = 150+54+84=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #963654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963654 is #69C9AB. Grayscale: #565656. Windows color (decimal): -6932908 or 5518998. OLE color: 5518998.

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

Color convert

RGB1505484-
CMYK00.640.440.41
HSL341.25º47.06%40%-
HSV(B)341.25º64%58.82%-
XYZ15.59.769.46-
YUV86.12126.8173.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=52.08%
G=18.75%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150548400.640.440.41341.2547.0640
Hex9636540402C291552f28
Octal22666124010054515255750
Binary10010110110110101010001000000101100101001101010101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963654; }

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

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

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

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

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

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

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

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