#9B545E

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

Shades of Vin Rouge #9B545E

Tints of Vin Rouge #9B545E

Color information

#9B545E (or 0x9B545E) is unknown color: approx Vin Rouge. HEX triplet: 9B, 54 and 5E. RGB value is (155,84,94). Sum of RGB (Red+Green+Blue) = 155+84+94=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B545E is #64ABA1. Grayscale: #6A6A6A. Windows color (decimal): -6597538 or 6182043. OLE color: 6182043.

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

Color convert

RGB1558494-
CMYK00.460.390.39
HSL351.55º29.71%46.86%-
HSV(B)351.55º45.81%60.78%-
XYZ18.7114.1212.33-
YUV106.37121.02162.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.55%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=46.55%
G=25.23%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155849400.460.390.39351.5529.7146.86
Hex9B545E02E27271601e2f
Octal23312413605647475403657
Binary1001101110101001011110010111010011110011110110000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,94); }

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

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

 a { background-color: rgb(155,84,94); }

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

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

 span { border-color: rgb(155,84,94); }

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