#9B1541

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

Shades of Lipstick #9B1541

Tints of Lipstick #9B1541

Color information

#9B1541 (or 0x9B1541) is unknown color: approx Lipstick. HEX triplet: 9B, 15 and 41. RGB value is (155,21,65). Sum of RGB (Red+Green+Blue) = 155+21+65=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1541 is #64EABE. Grayscale: #424242. Windows color (decimal): -6613695 or 4265371. OLE color: 4265371.

HSL color Cylindrical-coordinate representation of color #9B1541: hue angle of 340.3º 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 #9B1541 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB1552165-
CMYK00.860.580.39
HSL340.3º76.14%34.51%-
HSV(B)340.3º86.45%60.78%-
XYZ14.747.895.75-
YUV66.08127.39191.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.32%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=64.32%
G=8.71%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155216500.860.580.39340.376.1434.51
Hex9B15410563A271544c23
Octal233251010126724752411443
Binary10011011101011000001010101101110101001111010101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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