#8B585E

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

Shades of Vin Rouge #8B585E

Tints of Vin Rouge #8B585E

Color information

#8B585E (or 0x8B585E) is unknown color: approx Vin Rouge. HEX triplet: 8B, 58 and 5E. RGB value is (139,88,94). Sum of RGB (Red+Green+Blue) = 139+88+94=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B585E is #74A7A1. Grayscale: #676767. Windows color (decimal): -7645090 or 6183051. OLE color: 6183051.

HSL color Cylindrical-coordinate representation of color #8B585E: hue angle of 352.94º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B585E is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1398894-
CMYK00.370.320.45
HSL352.94º22.47%44.51%-
HSV(B)352.94º36.69%54.51%-
XYZ16.1613.2812.3-
YUV103.93122.4153.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=43.30%
G=27.41%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139889400.370.320.45352.9422.4744.51
Hex8B585E025202D161162d
Octal21313013604540555412655
Binary1000101110110001011110010010110000010110110110000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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