#9D575C

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

Shades of Vin Rouge #9D575C

Tints of Vin Rouge #9D575C

Color information

#9D575C (or 0x9D575C) is unknown color: approx Vin Rouge. HEX triplet: 9D, 57 and 5C. RGB value is (157,87,92). Sum of RGB (Red+Green+Blue) = 157+87+92=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D575C is #62A8A3. Grayscale: #6C6C6C. Windows color (decimal): -6465700 or 6051741. OLE color: 6051741.

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

Color convert

RGB1578792-
CMYK00.450.410.38
HSL355.71º28.69%47.84%-
HSV(B)355.71º44.59%61.57%-
XYZ19.2414.7611.96-
YUV108.5118.69162.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.73%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 92 (36.33% from 255) = 27.38%
R=46.73%
G=25.89%
B=27.38%

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
Decimal157879200.450.410.38355.7128.6947.84
Hex9D575C02D29261641d30
Octal23512713405551465443560
Binary1001110110101111011100010110110100110011010110010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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