#9B1746

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

Shades of Lipstick #9B1746

Tints of Lipstick #9B1746

Color information

#9B1746 (or 0x9B1746) is unknown color: approx Lipstick. HEX triplet: 9B, 17 and 46. RGB value is (155,23,70). Sum of RGB (Red+Green+Blue) = 155+23+70=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1746 is #64E8B9. Grayscale: #434343. Windows color (decimal): -6613178 or 4593563. OLE color: 4593563.

HSL color Cylindrical-coordinate representation of color #9B1746: hue angle of 338.64º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1746 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB1552370-
CMYK00.850.550.39
HSL338.64º74.16%34.9%-
HSV(B)338.64º85.16%60.78%-
XYZ14.938.026.56-
YUV67.83129.23190.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.5%
GREEN value IS 23 (9.38% from 255) = 9.27%
BLUE value IS 70 (27.73% from 255) = 28.23%
R=62.5%
G=9.27%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155237000.850.550.39338.6474.1634.9
Hex9B174605537271534a23
Octal233271060125674752311243
Binary10011011101111000110010101011101111001111010100111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,23,70); }

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

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

 a { background-color: rgb(155,23,70); }

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

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

 span { border-color: rgb(155,23,70); }

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