#9D184E

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

Shades of Lipstick #9D184E

Tints of Lipstick #9D184E

Color information

#9D184E (or 0x9D184E) is unknown color: approx Lipstick. HEX triplet: 9D, 18 and 4E. RGB value is (157,24,78). Sum of RGB (Red+Green+Blue) = 157+24+78=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D184E is #62E7B1. Grayscale: #454545. Windows color (decimal): -6481842 or 5118109. OLE color: 5118109.

HSL color Cylindrical-coordinate representation of color #9D184E: hue angle of 335.64º 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 #9D184E is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1572478-
CMYK00.850.500.38
HSL335.64º73.48%35.49%-
HSV(B)335.64º84.71%61.57%-
XYZ15.618.378-
YUV69.92132.56190.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.62%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=60.62%
G=9.27%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157247800.850.500.38335.6473.4835.49
Hex9D184E05532261504923
Octal235301160125624652011143
Binary10011101110001001110010101011100101001101010100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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