#9B4775

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

Shades of Rouge #9B4775

Tints of Rouge #9B4775

Color information

#9B4775 (or 0x9B4775) is unknown color: approx Rouge. HEX triplet: 9B, 47 and 75. RGB value is (155,71,117). Sum of RGB (Red+Green+Blue) = 155+71+117=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4775 is #64B88A. Grayscale: #656565. Windows color (decimal): -6600843 or 7686043. OLE color: 7686043.

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

Color convert

RGB15571117-
CMYK00.540.250.39
HSL327.14º37.17%44.31%-
HSV(B)327.14º54.19%60.78%-
XYZ18.9812.7618.29-
YUV101.36136.83166.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.19%
GREEN value IS 71 (28.12% from 255) = 20.70%
BLUE value IS 117 (46.09% from 255) = 34.11%
R=45.19%
G=20.70%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557111700.540.250.39327.1437.1744.31
Hex9B47750361927147252c
Octal23310716506631475074554
Binary1001101110001111110101011011011001100111101000111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,117); }

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

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

 a { background-color: rgb(155,71,117); }

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

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

 span { border-color: rgb(155,71,117); }

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