#9D5764

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

Shades of Vin Rouge #9D5764

Tints of Vin Rouge #9D5764

Color information

#9D5764 (or 0x9D5764) is unknown color: approx Vin Rouge. HEX triplet: 9D, 57 and 64. RGB value is (157,87,100). Sum of RGB (Red+Green+Blue) = 157+87+100=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5764 is #62A89B. Grayscale: #6D6D6D. Windows color (decimal): -6465692 or 6576029. OLE color: 6576029.

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

Color convert

RGB15787100-
CMYK00.450.360.38
HSL348.86º28.69%47.84%-
HSV(B)348.86º44.59%61.57%-
XYZ19.6114.913.9-
YUV109.41122.69161.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.64%
GREEN value IS 87 (34.38% from 255) = 25.29%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=45.64%
G=25.29%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578710000.450.360.38348.8628.6947.84
Hex9D576402D242615d1d30
Octal23512714405544465353560
Binary1001110110101111100100010110110010010011010101110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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