#9B1849

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

Shades of Lipstick #9B1849

Tints of Lipstick #9B1849

Color information

#9B1849 (or 0x9B1849) is unknown color: approx Lipstick. HEX triplet: 9B, 18 and 49. RGB value is (155,24,73). Sum of RGB (Red+Green+Blue) = 155+24+73=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1849 is #64E7B6. Grayscale: #444444. Windows color (decimal): -6612919 or 4790427. OLE color: 4790427.

HSL color Cylindrical-coordinate representation of color #9B1849: hue angle of 337.56º degrees, saturation: 0.73, 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 #9B1849 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB1552473-
CMYK00.850.530.39
HSL337.56º73.18%35.1%-
HSV(B)337.56º84.52%60.78%-
XYZ15.058.17.07-
YUV68.76130.4189.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.51%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 73 (28.91% from 255) = 28.97%
R=61.51%
G=9.52%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155247300.850.530.39337.5673.1835.1
Hex9B184905535271524923
Octal233301110125654752211143
Binary10011011110001001001010101011101011001111010100101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,24,73); }

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

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

 a { background-color: rgb(155,24,73); }

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

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

 span { border-color: rgb(155,24,73); }

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