#9B5051

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

Shades of Solid Pink #9B5051

Tints of Solid Pink #9B5051

Color information

#9B5051 (or 0x9B5051) is unknown color: approx Solid Pink. HEX triplet: 9B, 50 and 51. RGB value is (155,80,81). Sum of RGB (Red+Green+Blue) = 155+80+81=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5051 is #64AFAE. Grayscale: #666666. Windows color (decimal): -6598575 or 5329051. OLE color: 5329051.

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

Color convert

RGB1558081-
CMYK00.480.480.39
HSL359.2º31.91%46.08%-
HSV(B)359.2º48.39%60.78%-
XYZ17.8713.39.41-
YUV102.54115.85165.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=49.05%
G=25.32%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155808100.480.480.39359.231.9146.08
Hex9B50510303027167202e
Octal23312012106060475474056
Binary10011011101000010100010110000110000100111101100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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