#9B3864

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

Shades of Rouge #9B3864

Tints of Rouge #9B3864

Color information

#9B3864 (or 0x9B3864) is unknown color: approx Rouge. HEX triplet: 9B, 38 and 64. RGB value is (155,56,100). Sum of RGB (Red+Green+Blue) = 155+56+100=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3864 is #64C79B. Grayscale: #5A5A5A. Windows color (decimal): -6604700 or 6568091. OLE color: 6568091.

HSL color Cylindrical-coordinate representation of color #9B3864: hue angle of 333.33º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B3864 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB15556100-
CMYK00.640.350.39
HSL333.33º46.92%41.37%-
HSV(B)333.33º63.87%60.78%-
XYZ17.2310.7213.22-
YUV90.62133.3173.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=49.84%
G=18.01%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555610000.640.350.39333.3346.9241.37
Hex9B3864040232714d2f29
Octal23370144010043475155751
Binary10011011111000110010001000000100011100111101001101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,56,100); }

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

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

 a { background-color: rgb(155,56,100); }

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

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

 span { border-color: rgb(155,56,100); }

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