#9D3C65

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

Shades of Rouge #9D3C65

Tints of Rouge #9D3C65

Color information

#9D3C65 (or 0x9D3C65) is unknown color: approx Rouge. HEX triplet: 9D, 3C and 65. RGB value is (157,60,101). Sum of RGB (Red+Green+Blue) = 157+60+101=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3C65 is #62C39A. Grayscale: #5D5D5D. Windows color (decimal): -6472603 or 6634653. OLE color: 6634653.

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

Color convert

RGB15760101-
CMYK00.620.360.38
HSL334.64º44.7%42.55%-
HSV(B)334.64º61.78%61.57%-
XYZ17.8711.3413.56-
YUV93.68132.14173.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.37%
GREEN value IS 60 (23.83% from 255) = 18.87%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=49.37%
G=18.87%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576010100.620.360.38334.6444.742.55
Hex9D3C6503E242614f2d2b
Octal2357414507644465175553
Binary1001110111110011001010111110100100100110101001111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,60,101); }

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

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

 a { background-color: rgb(157,60,101); }

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

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

 span { border-color: rgb(157,60,101); }

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