#963257

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

Shades of Lipstick #963257

Tints of Lipstick #963257

Color information

#963257 (or 0x963257) is unknown color: approx Lipstick. HEX triplet: 96, 32 and 57. RGB value is (150,50,87). Sum of RGB (Red+Green+Blue) = 150+50+87=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #963257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963257 is #69CDA8. Grayscale: #545454. Windows color (decimal): -6933929 or 5714582. OLE color: 5714582.

HSL color Cylindrical-coordinate representation of color #963257: hue angle of 337.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963257 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1505087-
CMYK00.670.420.41
HSL337.8º50%39.22%-
HSV(B)337.8º66.67%58.82%-
XYZ15.449.4510.03-
YUV84.12129.63174.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=52.26%
G=17.42%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150508700.670.420.41337.85039.22
Hex9632570432A291523227
Octal22662127010352515226247
Binary10010110110010101011101000011101010101001101010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963257; }

 p { color: rgb(150,50,87); }

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

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

 a { background-color: rgb(150,50,87); }

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

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

 span { border-color: rgb(150,50,87); }

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