#9D546A

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

Shades of Vin Rouge #9D546A

Tints of Vin Rouge #9D546A

Color information

#9D546A (or 0x9D546A) is unknown color: approx Vin Rouge. HEX triplet: 9D, 54 and 6A. RGB value is (157,84,106). Sum of RGB (Red+Green+Blue) = 157+84+106=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 157 - color contains mainly: red. Hex color #9D546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D546A is #62AB95. Grayscale: #6C6C6C. Windows color (decimal): -6466454 or 6968477. OLE color: 6968477.

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

Color convert

RGB15784106-
CMYK00.460.320.38
HSL341.92º30.29%47.25%-
HSV(B)341.92º46.5%61.57%-
XYZ19.6814.5515.41-
YUV108.34126.68162.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.24%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=45.24%
G=24.21%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578410600.460.320.38341.9230.2947.25
Hex9D546A02E20261561e2f
Octal23512415205640465263657
Binary1001110110101001101010010111010000010011010101011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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