#9B3C64

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

Shades of Rouge #9B3C64

Tints of Rouge #9B3C64

Color information

#9B3C64 (or 0x9B3C64) is unknown color: approx Rouge. HEX triplet: 9B, 3C and 64. RGB value is (155,60,100). Sum of RGB (Red+Green+Blue) = 155+60+100=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C64 is #64C39B. Grayscale: #5C5C5C. Windows color (decimal): -6603676 or 6569115. OLE color: 6569115.

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

Color convert

RGB15560100-
CMYK00.610.350.39
HSL334.74º44.19%42.16%-
HSV(B)334.74º61.29%60.78%-
XYZ17.4311.1213.28-
YUV92.96131.97172.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=49.21%
G=19.05%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556010000.610.350.39334.7444.1942.16
Hex9B3C6403D232714f2c2a
Octal2337414407543475175452
Binary1001101111110011001000111101100011100111101001111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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