#9C184D

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

Shades of Lipstick #9C184D

Tints of Lipstick #9C184D

Color information

#9C184D (or 0x9C184D) is unknown color: approx Lipstick. HEX triplet: 9C, 18 and 4D. RGB value is (156,24,77). Sum of RGB (Red+Green+Blue) = 156+24+77=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C184D is #63E7B2. Grayscale: #454545. Windows color (decimal): -6547379 or 5052572. OLE color: 5052572.

HSL color Cylindrical-coordinate representation of color #9C184D: hue angle of 335.91º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C184D is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1562477-
CMYK00.850.510.39
HSL335.91º73.33%35.29%-
HSV(B)335.91º84.62%61.18%-
XYZ15.388.267.8-
YUV69.51132.23189.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.70%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=60.70%
G=9.34%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156247700.850.510.39335.9173.3335.29
Hex9C184D05533271504923
Octal234301150125634752011143
Binary10011100110001001101010101011100111001111010100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C184D; }

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

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

<style>
 a { background-color: #9C184D; }

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

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

<style>
 span { border-color: #9C184D; }

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

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