#89575C

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

Shades of Vin Rouge #89575C

Tints of Vin Rouge #89575C

Color information

#89575C (or 0x89575C) is unknown color: approx Vin Rouge. HEX triplet: 89, 57 and 5C. RGB value is (137,87,92). Sum of RGB (Red+Green+Blue) = 137+87+92=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89575C is #76A8A3. Grayscale: #666666. Windows color (decimal): -7776420 or 6051721. OLE color: 6051721.

HSL color Cylindrical-coordinate representation of color #89575C: hue angle of 354º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89575C is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1378792-
CMYK00.360.330.46
HSL354º22.32%43.92%-
HSV(B)354º36.5%53.73%-
XYZ15.6612.9111.79-
YUV102.52122.06152.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=43.35%
G=27.53%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137879200.360.330.4635422.3243.92
Hex89575C024212E162162c
Octal21112713404441565422654
Binary1000100110101111011100010010010000110111010110001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89575C; }

 p { color: rgb(137,87,92); }

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

<style>
 a { background-color: #89575C; }

 a { background-color: rgb(137,87,92); }

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

<style>
 span { border-color: #89575C; }

 span { border-color: rgb(137,87,92); }

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