#96274D

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

Shades of Lipstick #96274D

Tints of Lipstick #96274D

Color information

#96274D (or 0x96274D) is unknown color: approx Lipstick. HEX triplet: 96, 27 and 4D. RGB value is (150,39,77). Sum of RGB (Red+Green+Blue) = 150+39+77=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96274D is #69D8B2. Grayscale: #4C4C4C. Windows color (decimal): -6936755 or 5056406. OLE color: 5056406.

HSL color Cylindrical-coordinate representation of color #96274D: hue angle of 339.46º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96274D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1503977-
CMYK00.740.490.41
HSL339.46º58.73%37.06%-
HSV(B)339.46º74%58.82%-
XYZ14.648.477.88-
YUV76.52128.27180.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.39%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 77 (30.47% from 255) = 28.95%
R=56.39%
G=14.66%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150397700.740.490.41339.4658.7337.06
Hex96274D04A31291533b25
Octal22647115011261515237345
Binary10010110100111100110101001010110001101001101010011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,39,77); }

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

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

 a { background-color: rgb(150,39,77); }

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

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

 span { border-color: rgb(150,39,77); }

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