Html Css Color HEX #894440 Matrix

📋 copy color: '#894440'

red 137 ◦ green 68 ◦ blue 64

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

Shades of Matrix #894440

Tints of Matrix #894440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 50.93%
G = 25.28%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#894440 (or 0x894440) is known color: Matrix. HEX triplet: 89, 44 and 40. RGB value is (137,68,64). Sum of RGB (Red+Green+Blue) = 137+68+64=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #894440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894440 is #76BBBF. Grayscale: #585858. Windows color (decimal): -7781312 or 4211849. OLE color: 4211849.

HSL color Cylindrical-coordinate representation of color #894440: hue angle of 3.29º 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 #894440 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 68 64 -
CMYK 0 0.50 0.53 0.46
HSL 3.29º 0.36% 0.39% -
HSV(B) 3.29º 0.53% 0.54% -
XYZ 13.31 9.82 6.05 -
YUV 88.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 137 68 64 0 0.50 0.53 0.46 3.29 0.36 0.39
Hex 89 44 40 0 32 35 2E 3 24 27
Octal 211 104 100 0 62 65 56 3 44 47
Binary 10001001 1000100 1000000 0 110010 110101 101110 11 100100 100111

Color Harmonies of #894440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894440

Black with #894440

Text Example


Text Example

White with #894440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894440; }

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

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

background-color css

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

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

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

border-color css

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

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

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