#963568

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

Shades of Lipstick #963568

Tints of Lipstick #963568

Color information

#963568 (or 0x963568) is unknown color: approx Lipstick. HEX triplet: 96, 35 and 68. RGB value is (150,53,104). Sum of RGB (Red+Green+Blue) = 150+53+104=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #963568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963568 is #69CA97. Grayscale: #575757. Windows color (decimal): -6933144 or 6829462. OLE color: 6829462.

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

Color convert

RGB15053104-
CMYK00.650.310.41
HSL328.45º47.78%39.8%-
HSV(B)328.45º64.67%58.82%-
XYZ16.3510.0314.17-
YUV87.82137.14172.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=48.86%
G=17.26%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505310400.650.310.41328.4547.7839.8
Hex9635680411F291483028
Octal22665150010137515106050
Binary1001011011010111010000100000111111101001101001000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963568; }

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

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

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

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

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

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

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

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