#9B4C4F

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

Shades of Solid Pink #9B4C4F

Tints of Solid Pink #9B4C4F

Color information

#9B4C4F (or 0x9B4C4F) is unknown color: approx Solid Pink. HEX triplet: 9B, 4C and 4F. RGB value is (155,76,79). Sum of RGB (Red+Green+Blue) = 155+76+79=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4C4F is #64B3B0. Grayscale: #646464. Windows color (decimal): -6599601 or 5196955. OLE color: 5196955.

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

Color convert

RGB1557679-
CMYK00.510.490.39
HSL357.72º34.2%45.29%-
HSV(B)357.72º50.97%60.78%-
XYZ17.5112.78.93-
YUV99.96116.17167.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 79 (31.25% from 255) = 25.48%
R=50%
G=24.52%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155767900.510.490.39357.7234.245.29
Hex9B4C4F0333127166222d
Octal23311411706361475464255
Binary10011011100110010011110110011110001100111101100110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,76,79); }

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

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

 a { background-color: rgb(155,76,79); }

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

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

 span { border-color: rgb(155,76,79); }

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