#9D264F

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

Shades of Lipstick #9D264F

Tints of Lipstick #9D264F

Color information

#9D264F (or 0x9D264F) is unknown color: approx Lipstick. HEX triplet: 9D, 26 and 4F. RGB value is (157,38,79). Sum of RGB (Red+Green+Blue) = 157+38+79=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D264F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D264F is #62D9B0. Grayscale: #4E4E4E. Windows color (decimal): -6478257 or 5187229. OLE color: 5187229.

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

Color convert

RGB1573879-
CMYK00.760.500.38
HSL339.33º61.03%38.24%-
HSV(B)339.33º75.8%61.57%-
XYZ16.019.128.31-
YUV78.26128.42184.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.30%
GREEN value IS 38 (15.23% from 255) = 13.87%
BLUE value IS 79 (31.25% from 255) = 28.83%
R=57.30%
G=13.87%
B=28.83%

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
Decimal157387900.760.500.38339.3361.0338.24
Hex9D264F04C32261533d26
Octal23546117011462465237546
Binary10011101100110100111101001100110010100110101010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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