#8B555D

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

Shades of Vin Rouge #8B555D

Tints of Vin Rouge #8B555D

Color information

#8B555D (or 0x8B555D) is unknown color: approx Vin Rouge. HEX triplet: 8B, 55 and 5D. RGB value is (139,85,93). Sum of RGB (Red+Green+Blue) = 139+85+93=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B555D is #74AAA2. Grayscale: #666666. Windows color (decimal): -7645859 or 6116747. OLE color: 6116747.

HSL color Cylindrical-coordinate representation of color #8B555D: hue angle of 351.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B555D is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1398593-
CMYK00.390.330.45
HSL351.11º24.11%43.92%-
HSV(B)351.11º38.85%54.51%-
XYZ15.8712.7811.99-
YUV102.06122.89154.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=43.85%
G=26.81%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139859300.390.330.45351.1124.1143.92
Hex8B555D027212D15f182c
Octal21312513504741555373054
Binary1000101110101011011101010011110000110110110101111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B555D; }

 p { color: rgb(139,85,93); }

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

<style>
 a { background-color: #8B555D; }

 a { background-color: rgb(139,85,93); }

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

<style>
 span { border-color: #8B555D; }

 span { border-color: rgb(139,85,93); }

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