#96235B

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

Shades of Lipstick #96235B

Tints of Lipstick #96235B

Color information

#96235B (or 0x96235B) is unknown color: approx Lipstick. HEX triplet: 96, 23 and 5B. RGB value is (150,35,91). Sum of RGB (Red+Green+Blue) = 150+35+91=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96235B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96235B is #69DCA4. Grayscale: #4B4B4B. Windows color (decimal): -6937765 or 5972886. OLE color: 5972886.

HSL color Cylindrical-coordinate representation of color #96235B: hue angle of 330.78º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96235B is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1503591-
CMYK00.770.390.41
HSL330.78º62.16%36.27%-
HSV(B)330.78º76.67%58.82%-
XYZ15.078.4410.73-
YUV75.77136.6180.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.35%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=54.35%
G=12.68%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150359100.770.390.41330.7862.1636.27
Hex96235B04D272914b3e24
Octal22643133011547515137644
Binary10010110100011101101101001101100111101001101001011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96235B; }

 p { color: rgb(150,35,91); }

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

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

 a { background-color: rgb(150,35,91); }

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

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

 span { border-color: rgb(150,35,91); }

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