#99334D

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

Shades of Lipstick #99334D

Tints of Lipstick #99334D

Color information

#99334D (or 0x99334D) is unknown color: approx Lipstick. HEX triplet: 99, 33 and 4D. RGB value is (153,51,77). Sum of RGB (Red+Green+Blue) = 153+51+77=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99334D is #66CCB2. Grayscale: #545454. Windows color (decimal): -6737075 or 5059481. OLE color: 5059481.

HSL color Cylindrical-coordinate representation of color #99334D: hue angle of 344.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99334D is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1535177-
CMYK00.670.500.4
HSL344.71º50%40%-
HSV(B)344.71º66.67%60%-
XYZ15.669.688.06-
YUV84.46123.79176.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.45%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 77 (30.47% from 255) = 27.40%
R=54.45%
G=18.15%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153517700.670.500.4344.715040
Hex99334D04332281593228
Octal23163115010362505316250
Binary10011001110011100110101000011110010101000101011001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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