Html Css Color HEX #895B5E Vin Rouge

📋 copy color: '#895B5E'

red 137 ◦ green 91 ◦ blue 94

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

Shades of Vin Rouge #895B5E

Tints of Vin Rouge #895B5E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.26%

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 42.55%
G = 28.26%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#895B5E (or 0x895B5E) is known color: Vin Rouge. HEX triplet: 89, 5B and 5E. RGB value is (137,91,94). Sum of RGB (Red+Green+Blue) = 137+91+94=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B5E is #76A4A1. Grayscale: #696969. Windows color (decimal): -7775394 or 6183817. OLE color: 6183817.

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

Color convert

RGB 137 91 94 -
CMYK 0 0.34 0.31 0.46
HSL 356.09º 0.2% 0.45% -
HSV(B) 356.09º 0.34% 0.54% -
XYZ 16.08 13.61 12.37 -
YUV 105.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 137 91 94 0 0.34 0.31 0.46 356.09 0.2 0.45
Hex 89 5B 5E 0 22 1F 2E 164 14 2D
Octal 211 133 136 0 42 37 56 544 24 55
Binary 10001001 1011011 1011110 0 100010 11111 101110 101100100 10100 101101

Color Harmonies of #895B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B5E

Black with #895B5E

Text Example


Text Example

White with #895B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,91,94); }

 H1.HeaderClassName
 {
   color: #895B5E;
 }
 .AnyTagClassName
 {
   color: #895B5E;
 }
</style>

background-color css

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

 a { background-color: rgb(137,91,94); }

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

border-color css

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

 span { border-color: rgb(137,91,94); }

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