#9D264E

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

Shades of Lipstick #9D264E

Tints of Lipstick #9D264E

Color information

#9D264E (or 0x9D264E) is unknown color: approx Lipstick. HEX triplet: 9D, 26 and 4E. RGB value is (157,38,78). Sum of RGB (Red+Green+Blue) = 157+38+78=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D264E is #62D9B1. Grayscale: #4E4E4E. Windows color (decimal): -6478258 or 5121693. OLE color: 5121693.

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

Color convert

RGB1573878-
CMYK00.760.500.38
HSL339.83º61.03%38.24%-
HSV(B)339.83º75.8%61.57%-
XYZ15.979.18.12-
YUV78.14127.92184.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.51%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=57.51%
G=13.92%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157387800.760.500.38339.8361.0338.24
Hex9D264E04C32261543d26
Octal23546116011462465247546
Binary10011101100110100111001001100110010100110101010100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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