Html Css Color HEX #894840 Matrix

📋 copy color: '#894840'

red 137 ◦ green 72 ◦ blue 64

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

Shades of Matrix #894840

Tints of Matrix #894840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 50.18%
G = 26.37%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#894840 (or 0x894840) is known color: Matrix. HEX triplet: 89, 48 and 40. RGB value is (137,72,64). Sum of RGB (Red+Green+Blue) = 137+72+64=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #894840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894840 is #76B7BF. Grayscale: #5A5A5A. Windows color (decimal): -7780288 or 4212873. OLE color: 4212873.

HSL color Cylindrical-coordinate representation of color #894840: hue angle of 6.58º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894840 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 72 64 -
CMYK 0 0.47 0.53 0.46
HSL 6.58º 0.36% 0.39% -
HSV(B) 6.58º 0.53% 0.54% -
XYZ 13.56 10.32 6.13 -
YUV 90.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 137 72 64 0 0.47 0.53 0.46 6.58 0.36 0.39
Hex 89 48 40 0 2F 35 2E 7 24 27
Octal 211 110 100 0 57 65 56 7 44 47
Binary 10001001 1001000 1000000 0 101111 110101 101110 111 100100 100111

Color Harmonies of #894840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894840

Black with #894840

Text Example


Text Example

White with #894840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894840; }

 p { color: rgb(137,72,64); }

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

background-color css

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

 a { background-color: rgb(137,72,64); }

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

border-color css

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

 span { border-color: rgb(137,72,64); }

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