#9D2A45

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

Shades of Lipstick #9D2A45

Tints of Lipstick #9D2A45

Color information

#9D2A45 (or 0x9D2A45) is unknown color: approx Lipstick. HEX triplet: 9D, 2A and 45. RGB value is (157,42,69). Sum of RGB (Red+Green+Blue) = 157+42+69=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2A45 is #62D5BA. Grayscale: #4F4F4F. Windows color (decimal): -6477243 or 4532893. OLE color: 4532893.

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

Color convert

RGB1574269-
CMYK00.730.560.38
HSL345.91º57.79%39.02%-
HSV(B)345.91º73.25%61.57%-
XYZ15.819.256.58-
YUV79.46122.1183.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.58%
GREEN value IS 42 (16.80% from 255) = 15.67%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=58.58%
G=15.67%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157426900.730.560.38345.9157.7939.02
Hex9D2A45049382615a3a27
Octal23552105011170465327247
Binary10011101101010100010101001001111000100110101011010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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