#9B4F51

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

Shades of Solid Pink #9B4F51

Tints of Solid Pink #9B4F51

Color information

#9B4F51 (or 0x9B4F51) is unknown color: approx Solid Pink. HEX triplet: 9B, 4F and 51. RGB value is (155,79,81). Sum of RGB (Red+Green+Blue) = 155+79+81=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4F51 is #64B0AE. Grayscale: #666666. Windows color (decimal): -6598831 or 5328795. OLE color: 5328795.

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

Color convert

RGB1557981-
CMYK00.490.480.39
HSL358.42º32.48%45.88%-
HSV(B)358.42º49.03%60.78%-
XYZ17.813.159.39-
YUV101.95116.18165.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=49.21%
G=25.08%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155798100.490.480.39358.4232.4845.88
Hex9B4F510313027166202e
Octal23311712106160475464056
Binary10011011100111110100010110001110000100111101100110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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