#9D3564

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

Shades of Rouge #9D3564

Tints of Rouge #9D3564

Color information

#9D3564 (or 0x9D3564) is unknown color: approx Rouge. HEX triplet: 9D, 35 and 64. RGB value is (157,53,100). Sum of RGB (Red+Green+Blue) = 157+53+100=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3564 is #62CA9B. Grayscale: #595959. Windows color (decimal): -6474396 or 6567325. OLE color: 6567325.

HSL color Cylindrical-coordinate representation of color #9D3564: hue angle of 332.88º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D3564 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15753100-
CMYK00.660.360.38
HSL332.88º49.52%41.18%-
HSV(B)332.88º66.24%61.57%-
XYZ17.4810.6313.19-
YUV89.45133.96176.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.65%
GREEN value IS 53 (21.09% from 255) = 17.10%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=50.65%
G=17.10%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575310000.660.360.38332.8849.5241.18
Hex9D3564042242614d3229
Octal23565144010244465156251
Binary10011101110101110010001000010100100100110101001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,53,100); }

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

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

 a { background-color: rgb(157,53,100); }

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

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

 span { border-color: rgb(157,53,100); }

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