#9D575D

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

Shades of Vin Rouge #9D575D

Tints of Vin Rouge #9D575D

Color information

#9D575D (or 0x9D575D) is unknown color: approx Vin Rouge. HEX triplet: 9D, 57 and 5D. RGB value is (157,87,93). Sum of RGB (Red+Green+Blue) = 157+87+93=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D575D is #62A8A2. Grayscale: #6C6C6C. Windows color (decimal): -6465699 or 6117277. OLE color: 6117277.

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

Color convert

RGB1578793-
CMYK00.450.410.38
HSL354.86º28.69%47.84%-
HSV(B)354.86º44.59%61.57%-
XYZ19.2914.7712.19-
YUV108.61119.19162.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.59%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=46.59%
G=25.82%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157879300.450.410.38354.8628.6947.84
Hex9D575D02D29261631d30
Octal23512713505551465433560
Binary1001110110101111011101010110110100110011010110001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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