#8B5A5E

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

Shades of Vin Rouge #8B5A5E

Tints of Vin Rouge #8B5A5E

Color information

#8B5A5E (or 0x8B5A5E) is unknown color: approx Vin Rouge. HEX triplet: 8B, 5A and 5E. RGB value is (139,90,94). Sum of RGB (Red+Green+Blue) = 139+90+94=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A5E is #74A5A1. Grayscale: #696969. Windows color (decimal): -7644578 or 6183563. OLE color: 6183563.

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

Color convert

RGB1399094-
CMYK00.350.320.45
HSL355.1º21.4%44.9%-
HSV(B)355.1º35.25%54.51%-
XYZ16.3213.6112.36-
YUV105.11121.73152.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=43.03%
G=27.86%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139909400.350.320.45355.121.444.9
Hex8B5A5E023202D163152d
Octal21313213604340555432555
Binary1000101110110101011110010001110000010110110110001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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