#97324B

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

Shades of Lipstick #97324B

Tints of Lipstick #97324B

Color information

#97324B (or 0x97324B) is unknown color: approx Lipstick. HEX triplet: 97, 32 and 4B. RGB value is (151,50,75). Sum of RGB (Red+Green+Blue) = 151+50+75=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #97324B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97324B is #68CDB4. Grayscale: #535353. Windows color (decimal): -6868405 or 4928151. OLE color: 4928151.

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

Color convert

RGB1515075-
CMYK00.670.500.41
HSL345.15º50.25%39.41%-
HSV(B)345.15º66.89%59.22%-
XYZ15.179.377.67-
YUV83.05123.46176.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.71%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=54.71%
G=18.12%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151507500.670.500.41345.1550.2539.41
Hex97324B04332291593227
Octal22762113010362515316247
Binary10010111110010100101101000011110010101001101011001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,50,75); }

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

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

 a { background-color: rgb(151,50,75); }

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

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

 span { border-color: rgb(151,50,75); }

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