#96235D

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

Shades of Lipstick #96235D

Tints of Lipstick #96235D

Color information

#96235D (or 0x96235D) is unknown color: approx Lipstick. HEX triplet: 96, 23 and 5D. RGB value is (150,35,93). Sum of RGB (Red+Green+Blue) = 150+35+93=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96235D is #69DCA2. Grayscale: #4B4B4B. Windows color (decimal): -6937763 or 6103958. OLE color: 6103958.

HSL color Cylindrical-coordinate representation of color #96235D: hue angle of 329.74º 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 #96235D is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1503593-
CMYK00.770.380.41
HSL329.74º62.16%36.27%-
HSV(B)329.74º76.67%58.82%-
XYZ15.158.4811.19-
YUV76137.6180.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=53.96%
G=12.59%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150359300.770.380.41329.7462.1636.27
Hex96235D04D262914a3e24
Octal22643135011546515127644
Binary10010110100011101110101001101100110101001101001010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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