#9B4749

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

Shades of Solid Pink #9B4749

Tints of Solid Pink #9B4749

Color information

#9B4749 (or 0x9B4749) is unknown color: approx Solid Pink. HEX triplet: 9B, 47 and 49. RGB value is (155,71,73). Sum of RGB (Red+Green+Blue) = 155+71+73=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4749 is #64B8B6. Grayscale: #606060. Windows color (decimal): -6600887 or 4802459. OLE color: 4802459.

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

Color convert

RGB1557173-
CMYK00.540.530.39
HSL358.57º37.17%44.31%-
HSV(B)358.57º54.19%60.78%-
XYZ16.9711.967.72-
YUV96.34114.83169.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.84%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 73 (28.91% from 255) = 24.41%
R=51.84%
G=23.75%
B=24.41%

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
Decimal155717300.540.530.39358.5737.1744.31
Hex9B47490363527167252c
Octal23310711106665475474554
Binary10011011100011110010010110110110101100111101100111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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