#9B244A

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

Shades of Lipstick #9B244A

Tints of Lipstick #9B244A

Color information

#9B244A (or 0x9B244A) is unknown color: approx Lipstick. HEX triplet: 9B, 24 and 4A. RGB value is (155,36,74). Sum of RGB (Red+Green+Blue) = 155+36+74=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B244A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B244A is #64DBB5. Grayscale: #4B4B4B. Windows color (decimal): -6609846 or 4859035. OLE color: 4859035.

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

Color convert

RGB1553674-
CMYK00.770.520.39
HSL340.84º62.3%37.45%-
HSV(B)340.84º76.77%60.78%-
XYZ15.388.727.35-
YUV75.91126.92184.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=58.49%
G=13.58%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155367400.770.520.39340.8462.337.45
Hex9B244A04D34271553e25
Octal23344112011564475257645
Binary10011011100100100101001001101110100100111101010101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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