#97334D

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

Shades of Lipstick #97334D

Tints of Lipstick #97334D

Color information

#97334D (or 0x97334D) is unknown color: approx Lipstick. HEX triplet: 97, 33 and 4D. RGB value is (151,51,77). Sum of RGB (Red+Green+Blue) = 151+51+77=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #97334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97334D is #68CCB2. Grayscale: #535353. Windows color (decimal): -6868147 or 5059479. OLE color: 5059479.

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

Color convert

RGB1515177-
CMYK00.660.490.41
HSL344.4º49.5%39.61%-
HSV(B)344.4º66.23%59.22%-
XYZ15.299.488.05-
YUV83.86124.13175.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.12%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=54.12%
G=18.28%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151517700.660.490.41344.449.539.61
Hex97334D04231291583228
Octal22763115010261515306250
Binary10010111110011100110101000010110001101001101011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,51,77); }

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

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

 a { background-color: rgb(151,51,77); }

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

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

 span { border-color: rgb(151,51,77); }

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