#9B4849

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

Shades of Solid Pink #9B4849

Tints of Solid Pink #9B4849

Color information

#9B4849 (or 0x9B4849) is unknown color: approx Solid Pink. HEX triplet: 9B, 48 and 49. RGB value is (155,72,73). Sum of RGB (Red+Green+Blue) = 155+72+73=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4849 is #64B7B6. Grayscale: #616161. Windows color (decimal): -6600631 or 4802715. OLE color: 4802715.

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

Color convert

RGB1557273-
CMYK00.540.530.39
HSL359.28º36.56%44.51%-
HSV(B)359.28º53.55%60.78%-
XYZ17.0412.087.74-
YUV96.93114.5169.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.67%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=51.67%
G=24%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155727300.540.530.39359.2836.5644.51
Hex9B48490363527167252d
Octal23311011106665475474555
Binary10011011100100010010010110110110101100111101100111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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