#963262

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

Shades of Lipstick #963262

Tints of Lipstick #963262

Color information

#963262 (or 0x963262) is unknown color: approx Lipstick. HEX triplet: 96, 32 and 62. RGB value is (150,50,98). Sum of RGB (Red+Green+Blue) = 150+50+98=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #963262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963262 is #69CD9D. Grayscale: #555555. Windows color (decimal): -6933918 or 6435478. OLE color: 6435478.

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

Color convert

RGB1505098-
CMYK00.670.350.41
HSL331.2º50%39.22%-
HSV(B)331.2º66.67%58.82%-
XYZ15.929.6512.58-
YUV85.37135.13174.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 50 (19.92% from 255) = 16.78%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=50.34%
G=16.78%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150509800.670.350.41331.25039.22
Hex963262043232914b3227
Octal22662142010343515136247
Binary10010110110010110001001000011100011101001101001011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963262; }

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

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

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

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

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

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

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

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