#963767

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

Shades of Lipstick #963767

Tints of Lipstick #963767

Color information

#963767 (or 0x963767) is unknown color: approx Lipstick. HEX triplet: 96, 37 and 67. RGB value is (150,55,103). Sum of RGB (Red+Green+Blue) = 150+55+103=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #963767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963767 is #69C898. Grayscale: #585858. Windows color (decimal): -6932633 or 6764438. OLE color: 6764438.

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

Color convert

RGB15055103-
CMYK00.630.310.41
HSL329.68º46.34%40.2%-
HSV(B)329.68º63.33%58.82%-
XYZ16.3910.213.94-
YUV88.88135.97171.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=48.70%
G=17.86%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505510300.630.310.41329.6846.3440.2
Hex96376703F1F2914a2e28
Octal2266714707737515125650
Binary100101101101111100111011111111111101001101001010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963767; }

 p { color: rgb(150,55,103); }

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

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

 a { background-color: rgb(150,55,103); }

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

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

 span { border-color: rgb(150,55,103); }

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