#99184C

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

Shades of Lipstick #99184C

Tints of Lipstick #99184C

Color information

#99184C (or 0x99184C) is unknown color: approx Lipstick. HEX triplet: 99, 18 and 4C. RGB value is (153,24,76). Sum of RGB (Red+Green+Blue) = 153+24+76=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99184C is #66E7B3. Grayscale: #444444. Windows color (decimal): -6743988 or 4987033. OLE color: 4987033.

HSL color Cylindrical-coordinate representation of color #99184C: hue angle of 335.81º 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 #99184C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1532476-
CMYK00.840.500.4
HSL335.81º72.88%34.71%-
HSV(B)335.81º84.31%60%-
XYZ14.777.957.59-
YUV68.5132.24188.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 76 (30.08% from 255) = 30.04%
R=60.47%
G=9.49%
B=30.04%

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
Decimal153247600.840.500.4335.8172.8834.71
Hex99184C05432281504923
Octal231301140124625052011143
Binary10011001110001001100010101001100101010001010100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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