#9B1548

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

Shades of Lipstick #9B1548

Tints of Lipstick #9B1548

Color information

#9B1548 (or 0x9B1548) is unknown color: approx Lipstick. HEX triplet: 9B, 15 and 48. RGB value is (155,21,72). Sum of RGB (Red+Green+Blue) = 155+21+72=248 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.5% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1548 is #64EAB7. Grayscale: #424242. Windows color (decimal): -6613688 or 4724123. OLE color: 4724123.

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

Color convert

RGB1552172-
CMYK00.860.540.39
HSL337.16º76.14%34.51%-
HSV(B)337.16º86.45%60.78%-
XYZ14.967.976.88-
YUV66.88130.89190.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.5%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 72 (28.52% from 255) = 29.03%
R=62.5%
G=8.47%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155217200.860.540.39337.1676.1434.51
Hex9B154805636271514c23
Octal233251100126664752111443
Binary10011011101011001000010101101101101001111010100011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,21,72); }

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

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

 a { background-color: rgb(155,21,72); }

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

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

 span { border-color: rgb(155,21,72); }

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