#9B484A

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

Shades of Solid Pink #9B484A

Tints of Solid Pink #9B484A

Color information

#9B484A (or 0x9B484A) is unknown color: approx Solid Pink. HEX triplet: 9B, 48 and 4A. RGB value is (155,72,74). Sum of RGB (Red+Green+Blue) = 155+72+74=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B484A is #64B7B5. Grayscale: #616161. Windows color (decimal): -6600630 or 4868251. OLE color: 4868251.

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

Color convert

RGB1557274-
CMYK00.540.520.39
HSL358.55º36.56%44.51%-
HSV(B)358.55º53.55%60.78%-
XYZ17.0712.17.91-
YUV97.04115169.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.50%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=51.50%
G=23.92%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155727400.540.520.39358.5536.5644.51
Hex9B484A0363427167252d
Octal23311011206664475474555
Binary10011011100100010010100110110110100100111101100111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,74); }

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

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

 a { background-color: rgb(155,72,74); }

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

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

 span { border-color: rgb(155,72,74); }

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