#8B565B

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

Shades of Vin Rouge #8B565B

Tints of Vin Rouge #8B565B

Color information

#8B565B (or 0x8B565B) is unknown color: approx Vin Rouge. HEX triplet: 8B, 56 and 5B. RGB value is (139,86,91). Sum of RGB (Red+Green+Blue) = 139+86+91=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B565B is #74A9A4. Grayscale: #666666. Windows color (decimal): -7645605 or 5985931. OLE color: 5985931.

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

Color convert

RGB1398691-
CMYK00.380.350.45
HSL354.34º23.56%44.12%-
HSV(B)354.34º38.13%54.51%-
XYZ15.8612.911.55-
YUV102.42121.56154.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=43.99%
G=27.22%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139869100.380.350.45354.3423.5644.12
Hex8B565B026232D162182c
Octal21312613304643555423054
Binary1000101110101101011011010011010001110110110110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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