#9B1B54

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

Shades of Lipstick #9B1B54

Tints of Lipstick #9B1B54

Color information

#9B1B54 (or 0x9B1B54) is unknown color: approx Lipstick. HEX triplet: 9B, 1B and 54. RGB value is (155,27,84). Sum of RGB (Red+Green+Blue) = 155+27+84=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1B54 is #64E4AB. Grayscale: #474747. Windows color (decimal): -6612140 or 5512091. OLE color: 5512091.

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

Color convert

RGB1552784-
CMYK00.830.460.39
HSL333.28º70.33%35.69%-
HSV(B)333.28º82.58%60.78%-
XYZ15.518.399.19-
YUV71.77134.91187.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.27%
GREEN value IS 27 (10.94% from 255) = 10.15%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=58.27%
G=10.15%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155278400.830.460.39333.2870.3335.69
Hex9B1B540532E2714d4624
Octal233331240123564751510644
Binary10011011110111010100010100111011101001111010011011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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