#8B565E

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

Shades of Vin Rouge #8B565E

Tints of Vin Rouge #8B565E

Color information

#8B565E (or 0x8B565E) is unknown color: approx Vin Rouge. HEX triplet: 8B, 56 and 5E. RGB value is (139,86,94). Sum of RGB (Red+Green+Blue) = 139+86+94=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B565E is #74A9A1. Grayscale: #666666. Windows color (decimal): -7645602 or 6182539. OLE color: 6182539.

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

Color convert

RGB1398694-
CMYK00.380.320.45
HSL350.94º23.56%44.12%-
HSV(B)350.94º38.13%54.51%-
XYZ1612.9512.25-
YUV102.76123.06153.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=43.57%
G=26.96%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139869400.380.320.45350.9423.5644.12
Hex8B565E026202D15f182c
Octal21312613604640555373054
Binary1000101110101101011110010011010000010110110101111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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