#8B595C

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

Shades of Vin Rouge #8B595C

Tints of Vin Rouge #8B595C

Color information

#8B595C (or 0x8B595C) is unknown color: approx Vin Rouge. HEX triplet: 8B, 59 and 5C. RGB value is (139,89,92). Sum of RGB (Red+Green+Blue) = 139+89+92=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B595C is #74A6A3. Grayscale: #686868. Windows color (decimal): -7644836 or 6052235. OLE color: 6052235.

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

Color convert

RGB1398992-
CMYK00.360.340.45
HSL356.4º21.93%44.71%-
HSV(B)356.4º35.97%54.51%-
XYZ16.1513.4111.86-
YUV104.29121.06152.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=43.44%
G=27.81%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139899200.360.340.45356.421.9344.71
Hex8B595C024222D164162d
Octal21313113404442555442655
Binary1000101110110011011100010010010001010110110110010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,92); }

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

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

 a { background-color: rgb(139,89,92); }

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

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

 span { border-color: rgb(139,89,92); }

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