#9B326F

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

Shades of Rouge #9B326F

Tints of Rouge #9B326F

Color information

#9B326F (or 0x9B326F) is unknown color: approx Rouge. HEX triplet: 9B, 32 and 6F. RGB value is (155,50,111). Sum of RGB (Red+Green+Blue) = 155+50+111=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B326F is #64CD90. Grayscale: #585858. Windows color (decimal): -6606225 or 7287451. OLE color: 7287451.

HSL color Cylindrical-coordinate representation of color #9B326F: hue angle of 325.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B326F is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15550111-
CMYK00.680.280.39
HSL325.14º51.22%40.2%-
HSV(B)325.14º67.74%60.78%-
XYZ17.5310.416.12-
YUV88.35140.79175.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.05%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=49.05%
G=15.82%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555011100.680.280.39325.1451.2240.2
Hex9B326F0441C271453328
Octal23362157010434475056350
Binary1001101111001011011110100010011100100111101000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B326F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,50,111); }

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

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

 a { background-color: rgb(155,50,111); }

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

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

 span { border-color: rgb(155,50,111); }

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