#9D3563

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

Shades of Rouge #9D3563

Tints of Rouge #9D3563

Color information

#9D3563 (or 0x9D3563) is unknown color: approx Rouge. HEX triplet: 9D, 35 and 63. RGB value is (157,53,99). Sum of RGB (Red+Green+Blue) = 157+53+99=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3563 is #62CA9C. Grayscale: #595959. Windows color (decimal): -6474397 or 6501789. OLE color: 6501789.

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

Color convert

RGB1575399-
CMYK00.660.370.38
HSL333.46º49.52%41.18%-
HSV(B)333.46º66.24%61.57%-
XYZ17.4310.6212.93-
YUV89.34133.46176.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.81%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=50.81%
G=17.15%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157539900.660.370.38333.4649.5241.18
Hex9D3563042252614d3229
Octal23565143010245465156251
Binary10011101110101110001101000010100101100110101001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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