#9B224B

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

Shades of Lipstick #9B224B

Tints of Lipstick #9B224B

Color information

#9B224B (or 0x9B224B) is unknown color: approx Lipstick. HEX triplet: 9B, 22 and 4B. RGB value is (155,34,75). Sum of RGB (Red+Green+Blue) = 155+34+75=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B224B is #64DDB4. Grayscale: #4A4A4A. Windows color (decimal): -6610357 or 4924059. OLE color: 4924059.

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

Color convert

RGB1553475-
CMYK00.780.520.39
HSL339.67º64.02%37.06%-
HSV(B)339.67º78.06%60.78%-
XYZ15.368.627.51-
YUV74.85128.09185.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 34 (13.67% from 255) = 12.88%
BLUE value IS 75 (29.69% from 255) = 28.41%
R=58.71%
G=12.88%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155347500.780.520.39339.6764.0237.06
Hex9B224B04E34271544025
Octal233421130116644752410045
Binary100110111000101001011010011101101001001111010101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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