#9B2C48

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

Shades of Lipstick #9B2C48

Tints of Lipstick #9B2C48

Color information

#9B2C48 (or 0x9B2C48) is unknown color: approx Lipstick. HEX triplet: 9B, 2C and 48. RGB value is (155,44,72). Sum of RGB (Red+Green+Blue) = 155+44+72=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2C48 is #64D3B7. Grayscale: #505050. Windows color (decimal): -6607800 or 4730011. OLE color: 4730011.

HSL color Cylindrical-coordinate representation of color #9B2C48: hue angle of 344.86º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2C48 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1554472-
CMYK00.720.540.39
HSL344.86º55.78%39.02%-
HSV(B)344.86º71.61%60.78%-
XYZ15.599.247.09-
YUV80.38123.27181.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.20%
GREEN value IS 44 (17.58% from 255) = 16.24%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=57.20%
G=16.24%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155447200.720.540.39344.8655.7839.02
Hex9B2C4804836271593827
Octal23354110011066475317047
Binary10011011101100100100001001000110110100111101011001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,44,72); }

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

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

 a { background-color: rgb(155,44,72); }

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

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

 span { border-color: rgb(155,44,72); }

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