#9B1A52

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

Shades of Lipstick #9B1A52

Tints of Lipstick #9B1A52

Color information

#9B1A52 (or 0x9B1A52) is unknown color: approx Lipstick. HEX triplet: 9B, 1A and 52. RGB value is (155,26,82). Sum of RGB (Red+Green+Blue) = 155+26+82=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1A52 is #64E5AD. Grayscale: #464646. Windows color (decimal): -6612398 or 5380763. OLE color: 5380763.

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

Color convert

RGB1552682-
CMYK00.830.470.39
HSL333.95º71.27%35.49%-
HSV(B)333.95º83.23%60.78%-
XYZ15.418.328.78-
YUV70.96134.24187.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.94%
GREEN value IS 26 (10.55% from 255) = 9.89%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=58.94%
G=9.89%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155268200.830.470.39333.9571.2735.49
Hex9B1A520532F2714e4723
Octal233321220123574751610743
Binary10011011110101010010010100111011111001111010011101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,26,82); }

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

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

 a { background-color: rgb(155,26,82); }

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

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

 span { border-color: rgb(155,26,82); }

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