#9B4D50

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

Shades of Solid Pink #9B4D50

Tints of Solid Pink #9B4D50

Color information

#9B4D50 (or 0x9B4D50) is unknown color: approx Solid Pink. HEX triplet: 9B, 4D and 50. RGB value is (155,77,80). Sum of RGB (Red+Green+Blue) = 155+77+80=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D50 is #64B2AF. Grayscale: #646464. Windows color (decimal): -6599344 or 5262747. OLE color: 5262747.

HSL color Cylindrical-coordinate representation of color #9B4D50: hue angle of 357.69º 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 #9B4D50 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB1557780-
CMYK00.500.480.39
HSL357.69º33.62%45.49%-
HSV(B)357.69º50.32%60.78%-
XYZ17.6212.869.14-
YUV100.66116.34166.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 77 (30.47% from 255) = 24.68%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=49.68%
G=24.68%
B=25.64%

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
Decimal155778000.500.480.39357.6933.6245.49
Hex9B4D500323027166222d
Octal23311512006260475464255
Binary10011011100110110100000110010110000100111101100110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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