#9D2652

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

Shades of Lipstick #9D2652

Tints of Lipstick #9D2652

Color information

#9D2652 (or 0x9D2652) is unknown color: approx Lipstick. HEX triplet: 9D, 26 and 52. RGB value is (157,38,82). Sum of RGB (Red+Green+Blue) = 157+38+82=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2652 is #62D9AD. Grayscale: #4E4E4E. Windows color (decimal): -6478254 or 5383837. OLE color: 5383837.

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

Color convert

RGB1573882-
CMYK00.760.480.38
HSL337.82º61.03%38.24%-
HSV(B)337.82º75.8%61.57%-
XYZ16.129.168.9-
YUV78.6129.92183.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.68%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=56.68%
G=13.72%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157388200.760.480.38337.8261.0338.24
Hex9D265204C30261523d26
Octal23546122011460465227546
Binary10011101100110101001001001100110000100110101010010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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