#9B4079

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

Shades of Rouge #9B4079

Tints of Rouge #9B4079

Color information

#9B4079 (or 0x9B4079) is unknown color: approx Rouge. HEX triplet: 9B, 40 and 79. RGB value is (155,64,121). Sum of RGB (Red+Green+Blue) = 155+64+121=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4079 is #64BF86. Grayscale: #616161. Windows color (decimal): -6602631 or 7946395. OLE color: 7946395.

HSL color Cylindrical-coordinate representation of color #9B4079: hue angle of 322.42º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B4079 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB15564121-
CMYK00.590.220.39
HSL322.42º41.55%42.94%-
HSV(B)322.42º58.71%60.78%-
XYZ18.812.0219.42-
YUV97.71141.15168.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.59%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=45.59%
G=18.82%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556412100.590.220.39322.4241.5542.94
Hex9B407903B16271422a2b
Octal23310017107326475025253
Binary1001101110000001111001011101110110100111101000010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,121); }

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

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

 a { background-color: rgb(155,64,121); }

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

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

 span { border-color: rgb(155,64,121); }

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