#9D5760

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

Shades of Vin Rouge #9D5760

Tints of Vin Rouge #9D5760

Color information

#9D5760 (or 0x9D5760) is unknown color: approx Vin Rouge. HEX triplet: 9D, 57 and 60. RGB value is (157,87,96). Sum of RGB (Red+Green+Blue) = 157+87+96=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5760 is #62A89F. Grayscale: #6C6C6C. Windows color (decimal): -6465696 or 6313885. OLE color: 6313885.

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

Color convert

RGB1578796-
CMYK00.450.390.38
HSL352.29º28.69%47.84%-
HSV(B)352.29º44.59%61.57%-
XYZ19.4214.8312.9-
YUV108.96120.69162.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.18%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=46.18%
G=25.59%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157879600.450.390.38352.2928.6947.84
Hex9D576002D27261601d30
Octal23512714005547465403560
Binary1001110110101111100000010110110011110011010110000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,87,96); }

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

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

 a { background-color: rgb(157,87,96); }

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

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

 span { border-color: rgb(157,87,96); }

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