#9B4649

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

Shades of Solid Pink #9B4649

Tints of Solid Pink #9B4649

Color information

#9B4649 (or 0x9B4649) is unknown color: approx Solid Pink. HEX triplet: 9B, 46 and 49. RGB value is (155,70,73). Sum of RGB (Red+Green+Blue) = 155+70+73=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4649 is #64B9B6. Grayscale: #5F5F5F. Windows color (decimal): -6601143 or 4802203. OLE color: 4802203.

HSL color Cylindrical-coordinate representation of color #9B4649: hue angle of 357.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4649 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB1557073-
CMYK00.550.530.39
HSL357.88º37.78%44.12%-
HSV(B)357.88º54.84%60.78%-
XYZ16.9111.837.7-
YUV95.76115.16170.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.01%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=52.01%
G=23.49%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155707300.550.530.39357.8837.7844.12
Hex9B46490373527166262c
Octal23310611106765475464654
Binary10011011100011010010010110111110101100111101100110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,70,73); }

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

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

 a { background-color: rgb(155,70,73); }

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

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

 span { border-color: rgb(155,70,73); }

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