#9D396E

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

Shades of Rouge #9D396E

Tints of Rouge #9D396E

Color information

#9D396E (or 0x9D396E) is unknown color: approx Rouge. HEX triplet: 9D, 39 and 6E. RGB value is (157,57,110). Sum of RGB (Red+Green+Blue) = 157+57+110=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D396E is #62C691. Grayscale: #5C5C5C. Windows color (decimal): -6473362 or 7223709. OLE color: 7223709.

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

Color convert

RGB15757110-
CMYK00.640.300.38
HSL328.2º46.73%41.96%-
HSV(B)328.2º63.69%61.57%-
XYZ18.1811.2215.96-
YUV92.94137.63173.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.46%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=48.46%
G=17.59%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575711000.640.300.38328.246.7341.96
Hex9D396E0401E261482f2a
Octal23571156010036465105752
Binary1001110111100111011100100000011110100110101001000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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