#895D5F

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

Shades of Vin Rouge #895D5F

Tints of Vin Rouge #895D5F

Color information

#895D5F (or 0x895D5F) is unknown color: approx Vin Rouge. HEX triplet: 89, 5D and 5F. RGB value is (137,93,95). Sum of RGB (Red+Green+Blue) = 137+93+95=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #895D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D5F is #76A2A0. Grayscale: #6A6A6A. Windows color (decimal): -7774881 or 6249865. OLE color: 6249865.

HSL color Cylindrical-coordinate representation of color #895D5F: hue angle of 357.27º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #895D5F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1379395-
CMYK00.320.310.46
HSL357.27º19.13%45.1%-
HSV(B)357.27º32.12%53.73%-
XYZ16.313.9712.66-
YUV106.38121.58149.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=42.15%
G=28.62%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137939500.320.310.46357.2719.1345.1
Hex895D5F0201F2E165132d
Octal21113513704037565452355
Binary100010011011101101111101000001111110111010110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895D5F; }

 p { color: rgb(137,93,95); }

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

<style>
 a { background-color: #895D5F; }

 a { background-color: rgb(137,93,95); }

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

<style>
 span { border-color: #895D5F; }

 span { border-color: rgb(137,93,95); }

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