#9D2D45

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

Shades of Lipstick #9D2D45

Tints of Lipstick #9D2D45

Color information

#9D2D45 (or 0x9D2D45) is unknown color: approx Lipstick. HEX triplet: 9D, 2D and 45. RGB value is (157,45,69). Sum of RGB (Red+Green+Blue) = 157+45+69=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2D45 is #62D2BA. Grayscale: #515151. Windows color (decimal): -6476475 or 4533661. OLE color: 4533661.

HSL color Cylindrical-coordinate representation of color #9D2D45: hue angle of 347.14º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D2D45 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB1574569-
CMYK00.710.560.38
HSL347.14º55.45%39.61%-
HSV(B)347.14º71.34%61.57%-
XYZ15.929.476.62-
YUV81.22121.11182.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.93%
GREEN value IS 45 (17.97% from 255) = 16.61%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=57.93%
G=16.61%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157456900.710.560.38347.1455.4539.61
Hex9D2D45047382615b3728
Octal23555105010770465336750
Binary10011101101101100010101000111111000100110101011011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,45,69); }

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

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

 a { background-color: rgb(157,45,69); }

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

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

 span { border-color: rgb(157,45,69); }

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