#9B2A48

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

Shades of Lipstick #9B2A48

Tints of Lipstick #9B2A48

Color information

#9B2A48 (or 0x9B2A48) is unknown color: approx Lipstick. HEX triplet: 9B, 2A and 48. RGB value is (155,42,72). Sum of RGB (Red+Green+Blue) = 155+42+72=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A48 is #64D5B7. Grayscale: #4F4F4F. Windows color (decimal): -6608312 or 4729499. OLE color: 4729499.

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

Color convert

RGB1554272-
CMYK00.730.540.39
HSL344.07º57.36%38.63%-
HSV(B)344.07º72.9%60.78%-
XYZ15.529.097.07-
YUV79.21123.94182.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.62%
GREEN value IS 42 (16.80% from 255) = 15.61%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=57.62%
G=15.61%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155427200.730.540.39344.0757.3638.63
Hex9B2A4804936271583927
Octal23352110011166475307147
Binary10011011101010100100001001001110110100111101011000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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