#9D2B62

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

Shades of Lipstick #9D2B62

Tints of Lipstick #9D2B62

Color information

#9D2B62 (or 0x9D2B62) is unknown color: approx Lipstick. HEX triplet: 9D, 2B and 62. RGB value is (157,43,98). Sum of RGB (Red+Green+Blue) = 157+43+98=298 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.68% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2B62 is #62D49D. Grayscale: #535353. Windows color (decimal): -6476958 or 6433693. OLE color: 6433693.

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

Color convert

RGB1574398-
CMYK00.730.380.38
HSL331.05º57%39.22%-
HSV(B)331.05º72.61%61.57%-
XYZ16.979.7812.55-
YUV83.36136.27180.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.68%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=52.68%
G=14.43%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157439800.730.380.38331.055739.22
Hex9D2B62049262614b3927
Octal23553142011146465137147
Binary10011101101011110001001001001100110100110101001011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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