Html Css Color HEX #895A5E Vin Rouge

📋 copy color: '#895A5E'

red 137 ◦ green 90 ◦ blue 94

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

Shades of Vin Rouge #895A5E

Tints of Vin Rouge #895A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.04%

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

R = 42.68%
G = 28.04%
B = 29.28%

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

#895A5E (or 0x895A5E) is known color: Vin Rouge. HEX triplet: 89, 5A and 5E. RGB value is (137,90,94). Sum of RGB (Red+Green+Blue) = 137+90+94=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #895A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A5E is #76A5A1. Grayscale: #686868. Windows color (decimal): -7775650 or 6183561. OLE color: 6183561.

HSL color Cylindrical-coordinate representation of color #895A5E: hue angle of 354.89º degrees, saturation: 0.21, 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 #895A5E is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 90 94 -
CMYK 0 0.34 0.31 0.46
HSL 354.89º 0.21% 0.45% -
HSV(B) 354.89º 0.34% 0.54% -
XYZ 15.99 13.44 12.34 -
YUV 104.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 137 90 94 0 0.34 0.31 0.46 354.89 0.21 0.45
Hex 89 5A 5E 0 22 1F 2E 163 15 2D
Octal 211 132 136 0 42 37 56 543 25 55
Binary 10001001 1011010 1011110 0 100010 11111 101110 101100011 10101 101101

Color Harmonies of #895A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A5E

Black with #895A5E

Text Example


Text Example

White with #895A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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