#9B2846

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

Shades of Lipstick #9B2846

Tints of Lipstick #9B2846

Color information

#9B2846 (or 0x9B2846) is unknown color: approx Lipstick. HEX triplet: 9B, 28 and 46. RGB value is (155,40,70). Sum of RGB (Red+Green+Blue) = 155+40+70=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2846 is #64D7B9. Grayscale: #4D4D4D. Windows color (decimal): -6608826 or 4597915. OLE color: 4597915.

HSL color Cylindrical-coordinate representation of color #9B2846: hue angle of 344.35º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2846 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB1554070-
CMYK00.740.550.39
HSL344.35º58.97%38.24%-
HSV(B)344.35º74.19%60.78%-
XYZ15.388.936.71-
YUV77.8123.6183.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=58.49%
G=15.09%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155407000.740.550.39344.3558.9738.24
Hex9B284604A37271583b26
Octal23350106011267475307346
Binary10011011101000100011001001010110111100111101011000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,40,70); }

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

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

 a { background-color: rgb(155,40,70); }

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

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

 span { border-color: rgb(155,40,70); }

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