#96275C

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

Shades of Lipstick #96275C

Tints of Lipstick #96275C

Color information

#96275C (or 0x96275C) is unknown color: approx Lipstick. HEX triplet: 96, 27 and 5C. RGB value is (150,39,92). Sum of RGB (Red+Green+Blue) = 150+39+92=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96275C is #69D8A3. Grayscale: #4E4E4E. Windows color (decimal): -6936740 or 6039446. OLE color: 6039446.

HSL color Cylindrical-coordinate representation of color #96275C: hue angle of 331.35º 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 #96275C is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1503992-
CMYK00.740.390.41
HSL331.35º58.73%37.06%-
HSV(B)331.35º74%58.82%-
XYZ15.238.7111-
YUV78.23135.77179.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 39 (15.62% from 255) = 13.88%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=53.38%
G=13.88%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150399200.740.390.41331.3558.7337.06
Hex96275C04A272914b3b25
Octal22647134011247515137345
Binary10010110100111101110001001010100111101001101001011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96275C; }

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

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

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

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

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

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

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

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