#9B3671

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

Shades of Rouge #9B3671

Tints of Rouge #9B3671

Color information

#9B3671 (or 0x9B3671) is unknown color: approx Rouge. HEX triplet: 9B, 36 and 71. RGB value is (155,54,113). Sum of RGB (Red+Green+Blue) = 155+54+113=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3671 is #64C98E. Grayscale: #5A5A5A. Windows color (decimal): -6605199 or 7419547. OLE color: 7419547.

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

Color convert

RGB15554113-
CMYK00.650.270.39
HSL324.95º48.33%40.98%-
HSV(B)324.95º65.16%60.78%-
XYZ17.8210.816.77-
YUV90.92140.46173.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 113 (44.53% from 255) = 35.09%
R=48.14%
G=16.77%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555411300.650.270.39324.9548.3340.98
Hex9B36710411B271453029
Octal23366161010133475056051
Binary1001101111011011100010100000111011100111101000101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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