#9D2648

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

Shades of Lipstick #9D2648

Tints of Lipstick #9D2648

Color information

#9D2648 (or 0x9D2648) is unknown color: approx Lipstick. HEX triplet: 9D, 26 and 48. RGB value is (157,38,72). Sum of RGB (Red+Green+Blue) = 157+38+72=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2648 is #62D9B7. Grayscale: #4D4D4D. Windows color (decimal): -6478264 or 4728477. OLE color: 4728477.

HSL color Cylindrical-coordinate representation of color #9D2648: hue angle of 342.86º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D2648 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB1573872-
CMYK00.760.540.38
HSL342.86º61.03%38.24%-
HSV(B)342.86º75.8%61.57%-
XYZ15.779.027.04-
YUV77.46124.92184.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=58.80%
G=14.23%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157387200.760.540.38342.8661.0338.24
Hex9D264804C36261573d26
Octal23546110011466465277546
Binary10011101100110100100001001100110110100110101010111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,38,72); }

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

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

 a { background-color: rgb(157,38,72); }

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

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

 span { border-color: rgb(157,38,72); }

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