#9D596A

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

Shades of Vin Rouge #9D596A

Tints of Vin Rouge #9D596A

Color information

#9D596A (or 0x9D596A) is unknown color: approx Vin Rouge. HEX triplet: 9D, 59 and 6A. RGB value is (157,89,106). Sum of RGB (Red+Green+Blue) = 157+89+106=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D596A is #62A695. Grayscale: #6F6F6F. Windows color (decimal): -6465174 or 6969757. OLE color: 6969757.

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

Color convert

RGB15789106-
CMYK00.430.320.38
HSL345º27.64%48.24%-
HSV(B)345º43.31%61.57%-
XYZ20.0815.3515.54-
YUV111.27125.03160.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=44.60%
G=25.28%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578910600.430.320.3834527.6448.24
Hex9D596A02B20261591c30
Octal23513115205340465313460
Binary1001110110110011101010010101110000010011010101100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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