#9D2650

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

Shades of Lipstick #9D2650

Tints of Lipstick #9D2650

Color information

#9D2650 (or 0x9D2650) is unknown color: approx Lipstick. HEX triplet: 9D, 26 and 50. RGB value is (157,38,80). Sum of RGB (Red+Green+Blue) = 157+38+80=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2650 is #62D9AF. Grayscale: #4E4E4E. Windows color (decimal): -6478256 or 5252765. OLE color: 5252765.

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

Color convert

RGB1573880-
CMYK00.760.490.38
HSL338.82º61.03%38.24%-
HSV(B)338.82º75.8%61.57%-
XYZ16.059.138.51-
YUV78.37128.92184.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.09%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 80 (31.64% from 255) = 29.09%
R=57.09%
G=13.82%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157388000.760.490.38338.8261.0338.24
Hex9D265004C31261533d26
Octal23546120011461465237546
Binary10011101100110101000001001100110001100110101010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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