#9D1B54

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

Shades of Lipstick #9D1B54

Tints of Lipstick #9D1B54

Color information

#9D1B54 (or 0x9D1B54) is unknown color: approx Lipstick. HEX triplet: 9D, 1B and 54. RGB value is (157,27,84). Sum of RGB (Red+Green+Blue) = 157+27+84=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1B54 is #62E4AB. Grayscale: #484848. Windows color (decimal): -6481068 or 5512093. OLE color: 5512093.

HSL color Cylindrical-coordinate representation of color #9D1B54: hue angle of 333.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1B54 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB1572784-
CMYK00.830.460.38
HSL333.69º70.65%36.08%-
HSV(B)333.69º82.8%61.57%-
XYZ15.98.599.21-
YUV72.37134.57188.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.58%
GREEN value IS 27 (10.94% from 255) = 10.07%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=58.58%
G=10.07%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157278400.830.460.38333.6970.6536.08
Hex9D1B540532E2614e4724
Octal235331240123564651610744
Binary10011101110111010100010100111011101001101010011101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,27,84); }

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

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

 a { background-color: rgb(157,27,84); }

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

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

 span { border-color: rgb(157,27,84); }

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