#9B2249

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

Shades of Lipstick #9B2249

Tints of Lipstick #9B2249

Color information

#9B2249 (or 0x9B2249) is unknown color: approx Lipstick. HEX triplet: 9B, 22 and 49. RGB value is (155,34,73). Sum of RGB (Red+Green+Blue) = 155+34+73=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2249 is #64DDB6. Grayscale: #4A4A4A. Windows color (decimal): -6610359 or 4792987. OLE color: 4792987.

HSL color Cylindrical-coordinate representation of color #9B2249: hue angle of 340.66º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2249 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB1553473-
CMYK00.780.530.39
HSL340.66º64.02%37.06%-
HSV(B)340.66º78.06%60.78%-
XYZ15.298.597.16-
YUV74.62127.09185.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.16%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=59.16%
G=12.98%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155347300.780.530.39340.6664.0237.06
Hex9B224904E35271554025
Octal233421110116654752510045
Binary100110111000101001001010011101101011001111010101011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,34,73); }

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

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

 a { background-color: rgb(155,34,73); }

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

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

 span { border-color: rgb(155,34,73); }

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