#9B3C71

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

Shades of Rouge #9B3C71

Tints of Rouge #9B3C71

Color information

#9B3C71 (or 0x9B3C71) is unknown color: approx Rouge. HEX triplet: 9B, 3C and 71. RGB value is (155,60,113). Sum of RGB (Red+Green+Blue) = 155+60+113=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3C71 is #64C38E. Grayscale: #5E5E5E. Windows color (decimal): -6603663 or 7421083. OLE color: 7421083.

HSL color Cylindrical-coordinate representation of color #9B3C71: hue angle of 326.53º 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 #9B3C71 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB15560113-
CMYK00.610.270.39
HSL326.53º44.19%42.16%-
HSV(B)326.53º61.29%60.78%-
XYZ18.1111.3916.87-
YUV94.45138.47171.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=47.26%
G=18.29%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556011300.610.270.39326.5344.1942.16
Hex9B3C7103D1B271472c2a
Octal2337416107533475075452
Binary100110111111001110001011110111011100111101000111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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