#9B3573

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

Shades of Rouge #9B3573

Tints of Rouge #9B3573

Color information

#9B3573 (or 0x9B3573) is unknown color: approx Rouge. HEX triplet: 9B, 35 and 73. RGB value is (155,53,115). Sum of RGB (Red+Green+Blue) = 155+53+115=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3573 is #64CA8C. Grayscale: #5A5A5A. Windows color (decimal): -6605453 or 7550363. OLE color: 7550363.

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

Color convert

RGB15553115-
CMYK00.660.260.39
HSL323.53º49.04%40.78%-
HSV(B)323.53º65.81%60.78%-
XYZ17.8910.7517.35-
YUV90.57141.79173.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=47.99%
G=16.41%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555311500.660.260.39323.5349.0440.78
Hex9B35730421A271443129
Octal23365163010232475046151
Binary1001101111010111100110100001011010100111101000100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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