#9A546D

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

Shades of Vin Rouge #9A546D

Tints of Vin Rouge #9A546D

Color information

#9A546D (or 0x9A546D) is unknown color: approx Vin Rouge. HEX triplet: 9A, 54 and 6D. RGB value is (154,84,109). Sum of RGB (Red+Green+Blue) = 154+84+109=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A546D is #65AB92. Grayscale: #6B6B6B. Windows color (decimal): -6663059 or 7165082. OLE color: 7165082.

HSL color Cylindrical-coordinate representation of color #9A546D: hue angle of 338.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A546D is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB15484109-
CMYK00.450.290.40
HSL338.57º29.41%46.67%-
HSV(B)338.57º45.45%60.39%-
XYZ19.2614.3116.22-
YUV107.78128.69160.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.38%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=44.38%
G=24.21%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548410900.450.290.40338.5729.4146.67
Hex9A546D02D1D281531d2f
Octal23212415505535505233557
Binary100110101010100110110101011011110110100010101001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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