#9B154A

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

Shades of Lipstick #9B154A

Tints of Lipstick #9B154A

Color information

#9B154A (or 0x9B154A) is unknown color: approx Lipstick. HEX triplet: 9B, 15 and 4A. RGB value is (155,21,74). Sum of RGB (Red+Green+Blue) = 155+21+74=250 (33% of max value = 765). Red value is 155 (60.94% from 255 or 62% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 155 - color contains mainly: red. Hex color #9B154A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B154A is #64EAB5. Grayscale: #434343. Windows color (decimal): -6613686 or 4855195. OLE color: 4855195.

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

Color convert

RGB1552174-
CMYK00.860.520.39
HSL336.27º76.14%34.51%-
HSV(B)336.27º86.45%60.78%-
XYZ15.0287.23-
YUV67.11131.89190.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=62%
G=8.4%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155217400.860.520.39336.2776.1434.51
Hex9B154A05634271504c23
Octal233251120126644752011443
Binary10011011101011001010010101101101001001111010100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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