#9C546D

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

Shades of Vin Rouge #9C546D

Tints of Vin Rouge #9C546D

Color information

#9C546D (or 0x9C546D) is unknown color: approx Vin Rouge. HEX triplet: 9C, 54 and 6D. RGB value is (156,84,109). Sum of RGB (Red+Green+Blue) = 156+84+109=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C546D is #63AB92. Grayscale: #6C6C6C. Windows color (decimal): -6531987 or 7165084. OLE color: 7165084.

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

Color convert

RGB15684109-
CMYK00.460.300.39
HSL339.17º30%47.06%-
HSV(B)339.17º46.15%61.18%-
XYZ19.6414.5116.23-
YUV108.38128.35161.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=44.70%
G=24.07%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568410900.460.300.39339.173047.06
Hex9C546D02E1E271531e2f
Octal23412415505636475233657
Binary100111001010100110110101011101111010011110101001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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