#9D2B4B

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

Shades of Lipstick #9D2B4B

Tints of Lipstick #9D2B4B

Color information

#9D2B4B (or 0x9D2B4B) is unknown color: approx Lipstick. HEX triplet: 9D, 2B and 4B. RGB value is (157,43,75). Sum of RGB (Red+Green+Blue) = 157+43+75=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2B4B is #62D4B4. Grayscale: #505050. Windows color (decimal): -6476981 or 4926365. OLE color: 4926365.

HSL color Cylindrical-coordinate representation of color #9D2B4B: hue angle of 343.16º degrees, saturation: 0.57, 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 #9D2B4B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB1574375-
CMYK00.730.520.38
HSL343.16º57%39.22%-
HSV(B)343.16º72.61%61.57%-
XYZ16.049.47.63-
YUV80.73124.77182.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.09%
GREEN value IS 43 (17.19% from 255) = 15.64%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=57.09%
G=15.64%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157437500.730.520.38343.165739.22
Hex9D2B4B04934261573927
Octal23553113011164465277147
Binary10011101101011100101101001001110100100110101010111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,43,75); }

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

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

 a { background-color: rgb(157,43,75); }

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

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

 span { border-color: rgb(157,43,75); }

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