#963051

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

Shades of Lipstick #963051

Tints of Lipstick #963051

Color information

#963051 (or 0x963051) is unknown color: approx Lipstick. HEX triplet: 96, 30 and 51. RGB value is (150,48,81). Sum of RGB (Red+Green+Blue) = 150+48+81=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #963051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963051 is #69CFAE. Grayscale: #525252. Windows color (decimal): -6934447 or 5320854. OLE color: 5320854.

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

Color convert

RGB1504881-
CMYK00.680.460.41
HSL340.59º51.52%38.82%-
HSV(B)340.59º68%58.82%-
XYZ15.129.198.76-
YUV82.26127.29176.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=53.76%
G=17.20%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150488100.680.460.41340.5951.5238.82
Hex9630510442E291553427
Octal22660121010456515256447
Binary10010110110000101000101000100101110101001101010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963051; }

 p { color: rgb(150,48,81); }

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

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

 a { background-color: rgb(150,48,81); }

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

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

 span { border-color: rgb(150,48,81); }

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