#9D5960

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

Shades of Vin Rouge #9D5960

Tints of Vin Rouge #9D5960

Color information

#9D5960 (or 0x9D5960) is unknown color: approx Vin Rouge. HEX triplet: 9D, 59 and 60. RGB value is (157,89,96). Sum of RGB (Red+Green+Blue) = 157+89+96=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5960 is #62A69F. Grayscale: #6E6E6E. Windows color (decimal): -6465184 or 6314397. OLE color: 6314397.

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

Color convert

RGB1578996-
CMYK00.430.390.38
HSL353.82º27.64%48.24%-
HSV(B)353.82º43.31%61.57%-
XYZ19.5915.1612.96-
YUV110.13120.03161.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.91%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=45.91%
G=26.02%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157899600.430.390.38353.8227.6448.24
Hex9D596002B27261621c30
Octal23513114005347465423460
Binary1001110110110011100000010101110011110011010110001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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