#9D396D

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

Shades of Rouge #9D396D

Tints of Rouge #9D396D

Color information

#9D396D (or 0x9D396D) is unknown color: approx Rouge. HEX triplet: 9D, 39 and 6D. RGB value is (157,57,109). Sum of RGB (Red+Green+Blue) = 157+57+109=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D396D is #62C692. Grayscale: #5C5C5C. Windows color (decimal): -6473363 or 7158173. OLE color: 7158173.

HSL color Cylindrical-coordinate representation of color #9D396D: hue angle of 328.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D396D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15757109-
CMYK00.640.310.38
HSL328.8º46.73%41.96%-
HSV(B)328.8º63.69%61.57%-
XYZ18.1311.215.67-
YUV92.83137.13173.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.61%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=48.61%
G=17.65%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575710900.640.310.38328.846.7341.96
Hex9D396D0401F261492f2a
Octal23571155010037465115752
Binary1001110111100111011010100000011111100110101001001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,57,109); }

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

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

 a { background-color: rgb(157,57,109); }

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

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

 span { border-color: rgb(157,57,109); }

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