#9B4D51

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

Shades of Solid Pink #9B4D51

Tints of Solid Pink #9B4D51

Color information

#9B4D51 (or 0x9B4D51) is unknown color: approx Solid Pink. HEX triplet: 9B, 4D and 51. RGB value is (155,77,81). Sum of RGB (Red+Green+Blue) = 155+77+81=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D51 is #64B2AE. Grayscale: #646464. Windows color (decimal): -6599343 or 5328283. OLE color: 5328283.

HSL color Cylindrical-coordinate representation of color #9B4D51: hue angle of 356.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4D51 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB1557781-
CMYK00.500.480.39
HSL356.92º33.62%45.49%-
HSV(B)356.92º50.32%60.78%-
XYZ17.6612.879.34-
YUV100.78116.84166.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=49.52%
G=24.60%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155778100.500.480.39356.9233.6245.49
Hex9B4D510323027165222d
Octal23311512106260475454255
Binary10011011100110110100010110010110000100111101100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,81); }

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

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

 a { background-color: rgb(155,77,81); }

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

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

 span { border-color: rgb(155,77,81); }

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