#9D184D

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

Shades of Lipstick #9D184D

Tints of Lipstick #9D184D

Color information

#9D184D (or 0x9D184D) is unknown color: approx Lipstick. HEX triplet: 9D, 18 and 4D. RGB value is (157,24,77). Sum of RGB (Red+Green+Blue) = 157+24+77=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D184D is #62E7B2. Grayscale: #454545. Windows color (decimal): -6481843 or 5052573. OLE color: 5052573.

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

Color convert

RGB1572477-
CMYK00.850.510.38
HSL336.09º73.48%35.49%-
HSV(B)336.09º84.71%61.57%-
XYZ15.578.367.81-
YUV69.81132.06190.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.85%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=60.85%
G=9.30%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157247700.850.510.38336.0973.4835.49
Hex9D184D05533261504923
Octal235301150125634652011143
Binary10011101110001001101010101011100111001101010100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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