#9D546D

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

Shades of Vin Rouge #9D546D

Tints of Vin Rouge #9D546D

Color information

#9D546D (or 0x9D546D) is unknown color: approx Vin Rouge. HEX triplet: 9D, 54 and 6D. RGB value is (157,84,109). Sum of RGB (Red+Green+Blue) = 157+84+109=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D546D is #62AB92. Grayscale: #6C6C6C. Windows color (decimal): -6466451 or 7165085. OLE color: 7165085.

HSL color Cylindrical-coordinate representation of color #9D546D: hue angle of 339.45º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D546D is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15784109-
CMYK00.460.310.38
HSL339.45º30.29%47.25%-
HSV(B)339.45º46.5%61.57%-
XYZ19.8414.6116.24-
YUV108.68128.18162.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=44.86%
G=24%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578410900.460.310.38339.4530.2947.25
Hex9D546D02E1F261531e2f
Octal23512415505637465233657
Binary100111011010100110110101011101111110011010101001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,84,109); }

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

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

 a { background-color: rgb(157,84,109); }

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

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

 span { border-color: rgb(157,84,109); }

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