Html Css Color HEX #89585C Vin Rouge

📋 copy color: '#89585C'

red 137 ◦ green 88 ◦ blue 92

#89585C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #89585C

Tints of Vin Rouge #89585C

RGB

 RED value IS 137 (53.91% from 255) = 43.22%

 GREEN value IS 88 (34.77% from 255) = 27.76%

 BLUE value IS 92 (36.33% from 255) = 29.02%

R = 43.22%
G = 27.76%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#89585C (or 0x89585C) is known color: Vin Rouge. HEX triplet: 89, 58 and 5C. RGB value is (137,88,92). Sum of RGB (Red+Green+Blue) = 137+88+92=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #89585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89585C is #76A7A3. Grayscale: #676767. Windows color (decimal): -7776164 or 6051977. OLE color: 6051977.

HSL color Cylindrical-coordinate representation of color #89585C: hue angle of 355.1º 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 #89585C is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 92 -
CMYK 0 0.36 0.33 0.46
HSL 355.1º 0.22% 0.44% -
HSV(B) 355.1º 0.36% 0.54% -
XYZ 15.74 13.07 11.82 -
YUV 103.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 137 88 92 0 0.36 0.33 0.46 355.1 0.22 0.44
Hex 89 58 5C 0 24 21 2E 163 16 2C
Octal 211 130 134 0 44 41 56 543 26 54
Binary 10001001 1011000 1011100 0 100100 100001 101110 101100011 10110 101100

Color Harmonies of #89585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89585C

Black with #89585C

Text Example


Text Example

White with #89585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89585C;
 }
 .AnyTagClassName
 {
   color: #89585C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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