Html Css Color HEX #894444 Matrix

📋 copy color: '#894444'

red 137 ◦ green 68 ◦ blue 68

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

Shades of Matrix #894444

Tints of Matrix #894444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 50.18%
G = 24.91%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#894444 (or 0x894444) is known color: Matrix. HEX triplet: 89, 44 and 44. RGB value is (137,68,68). Sum of RGB (Red+Green+Blue) = 137+68+68=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #894444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894444 is #76BBBB. Grayscale: #585858. Windows color (decimal): -7781308 or 4473993. OLE color: 4473993.

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

Color convert

RGB 137 68 68 -
CMYK 0 0.50 0.50 0.46
HSL 0.34% 0.4% -
HSV(B) 0.5% 0.54% -
XYZ 13.43 9.87 6.67 -
YUV 88.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 137 68 68 0 0.50 0.50 0.46 0 0.34 0.4
Hex 89 44 44 0 32 32 2E 0 22 28
Octal 211 104 104 0 62 62 56 0 42 50
Binary 10001001 1000100 1000100 0 110010 110010 101110 0 100010 101000

Color Harmonies of #894444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894444

Black with #894444

Text Example


Text Example

White with #894444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894444; }

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

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

background-color css

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

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

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

border-color css

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

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

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