#9B326C

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

Shades of Rouge #9B326C

Tints of Rouge #9B326C

Color information

#9B326C (or 0x9B326C) is unknown color: approx Rouge. HEX triplet: 9B, 32 and 6C. RGB value is (155,50,108). Sum of RGB (Red+Green+Blue) = 155+50+108=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B326C is #64CD93. Grayscale: #575757. Windows color (decimal): -6606228 or 7090843. OLE color: 7090843.

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

Color convert

RGB15550108-
CMYK00.680.300.39
HSL326.86º51.22%40.2%-
HSV(B)326.86º67.74%60.78%-
XYZ17.3610.3315.27-
YUV88.01139.29175.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=49.52%
G=15.97%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555010800.680.300.39326.8651.2240.2
Hex9B326C0441E271473328
Octal23362154010436475076350
Binary1001101111001011011000100010011110100111101000111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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