#963569

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

Shades of Lipstick #963569

Tints of Lipstick #963569

Color information

#963569 (or 0x963569) is unknown color: approx Lipstick. HEX triplet: 96, 35 and 69. RGB value is (150,53,105). Sum of RGB (Red+Green+Blue) = 150+53+105=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #963569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963569 is #69CA96. Grayscale: #575757. Windows color (decimal): -6933143 or 6894998. OLE color: 6894998.

HSL color Cylindrical-coordinate representation of color #963569: hue angle of 327.84º 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 #963569 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15053105-
CMYK00.650.300.41
HSL327.84º47.78%39.8%-
HSV(B)327.84º64.67%58.82%-
XYZ16.410.0514.44-
YUV87.93137.64172.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=48.70%
G=17.21%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505310500.650.300.41327.8447.7839.8
Hex9635690411E291483028
Octal22665151010136515106050
Binary1001011011010111010010100000111110101001101001000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963569; }

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

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

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

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

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

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

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

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