#9B3871

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

Shades of Rouge #9B3871

Tints of Rouge #9B3871

Color information

#9B3871 (or 0x9B3871) is unknown color: approx Rouge. HEX triplet: 9B, 38 and 71. RGB value is (155,56,113). Sum of RGB (Red+Green+Blue) = 155+56+113=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3871 is #64C78E. Grayscale: #5B5B5B. Windows color (decimal): -6604687 or 7420059. OLE color: 7420059.

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

Color convert

RGB15556113-
CMYK00.640.270.39
HSL325.45º46.92%41.37%-
HSV(B)325.45º63.87%60.78%-
XYZ17.9110.9916.8-
YUV92.1139.8172.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=47.84%
G=17.28%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555611300.640.270.39325.4546.9241.37
Hex9B38710401B271452f29
Octal23370161010033475055751
Binary1001101111100011100010100000011011100111101000101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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