#96254A

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

Shades of Lipstick #96254A

Tints of Lipstick #96254A

Color information

#96254A (or 0x96254A) is unknown color: approx Lipstick. HEX triplet: 96, 25 and 4A. RGB value is (150,37,74). Sum of RGB (Red+Green+Blue) = 150+37+74=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96254A is #69DAB5. Grayscale: #4A4A4A. Windows color (decimal): -6937270 or 4859286. OLE color: 4859286.

HSL color Cylindrical-coordinate representation of color #96254A: hue angle of 340.35º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96254A is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1503774-
CMYK00.750.510.41
HSL340.35º60.43%36.67%-
HSV(B)340.35º75.33%58.82%-
XYZ14.488.37.32-
YUV75127.44181.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=57.47%
G=14.18%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150377400.750.510.41340.3560.4336.67
Hex96254A04B33291543c25
Octal22645112011363515247445
Binary10010110100101100101001001011110011101001101010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96254A; }

 p { color: rgb(150,37,74); }

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

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

 a { background-color: rgb(150,37,74); }

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

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

 span { border-color: rgb(150,37,74); }

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