#8B555B

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

Shades of Vin Rouge #8B555B

Tints of Vin Rouge #8B555B

Color information

#8B555B (or 0x8B555B) is unknown color: approx Vin Rouge. HEX triplet: 8B, 55 and 5B. RGB value is (139,85,91). Sum of RGB (Red+Green+Blue) = 139+85+91=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B555B is #74AAA4. Grayscale: #656565. Windows color (decimal): -7645861 or 5985675. OLE color: 5985675.

HSL color Cylindrical-coordinate representation of color #8B555B: hue angle of 353.33º 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 #8B555B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1398591-
CMYK00.390.350.45
HSL353.33º24.11%43.92%-
HSV(B)353.33º38.85%54.51%-
XYZ15.7812.7411.52-
YUV101.83121.89154.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=44.13%
G=26.98%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139859100.390.350.45353.3324.1143.92
Hex8B555B027232D161182c
Octal21312513304743555413054
Binary1000101110101011011011010011110001110110110110000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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