#9B3569

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

Shades of Rouge #9B3569

Tints of Rouge #9B3569

Color information

#9B3569 (or 0x9B3569) is unknown color: approx Rouge. HEX triplet: 9B, 35 and 69. RGB value is (155,53,105). Sum of RGB (Red+Green+Blue) = 155+53+105=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3569 is #64CA96. Grayscale: #595959. Windows color (decimal): -6605463 or 6895003. OLE color: 6895003.

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

Color convert

RGB15553105-
CMYK00.660.320.39
HSL329.41º49.04%40.78%-
HSV(B)329.41º65.81%60.78%-
XYZ17.3410.5314.48-
YUV89.43136.79174.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=49.52%
G=16.93%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555310500.660.320.39329.4149.0440.78
Hex9B356904220271493129
Octal23365151010240475116151
Binary10011011110101110100101000010100000100111101001001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,53,105); }

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

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

 a { background-color: rgb(155,53,105); }

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

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

 span { border-color: rgb(155,53,105); }

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