#9D546B

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

Shades of Vin Rouge #9D546B

Tints of Vin Rouge #9D546B

Color information

#9D546B (or 0x9D546B) is unknown color: approx Vin Rouge. HEX triplet: 9D, 54 and 6B. RGB value is (157,84,107). Sum of RGB (Red+Green+Blue) = 157+84+107=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D546B is #62AB94. Grayscale: #6C6C6C. Windows color (decimal): -6466453 or 7034013. OLE color: 7034013.

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

Color convert

RGB15784107-
CMYK00.460.320.38
HSL341.1º30.29%47.25%-
HSV(B)341.1º46.5%61.57%-
XYZ19.7314.5715.68-
YUV108.45127.18162.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=45.11%
G=24.14%
B=30.75%

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
Decimal1578410700.460.320.38341.130.2947.25
Hex9D546B02E20261551e2f
Octal23512415305640465253657
Binary1001110110101001101011010111010000010011010101010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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