#99184D

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

Shades of Lipstick #99184D

Tints of Lipstick #99184D

Color information

#99184D (or 0x99184D) is unknown color: approx Lipstick. HEX triplet: 99, 18 and 4D. RGB value is (153,24,77). Sum of RGB (Red+Green+Blue) = 153+24+77=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99184D is #66E7B2. Grayscale: #444444. Windows color (decimal): -6743987 or 5052569. OLE color: 5052569.

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

Color convert

RGB1532477-
CMYK00.840.500.4
HSL335.35º72.88%34.71%-
HSV(B)335.35º84.31%60%-
XYZ14.87.967.78-
YUV68.61132.74188.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.24%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=60.24%
G=9.45%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153247700.840.500.4335.3572.8834.71
Hex99184D054322814f4923
Octal231301150124625051711143
Binary10011001110001001101010101001100101010001010011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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