Html Css Color HEX #894A42 Matrix

📋 copy color: '#894A42'

red 137 ◦ green 74 ◦ blue 66

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

Shades of Matrix #894A42

Tints of Matrix #894A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.71%

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 49.46%
G = 26.71%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#894A42 (or 0x894A42) is known color: Matrix. HEX triplet: 89, 4A and 42. RGB value is (137,74,66). Sum of RGB (Red+Green+Blue) = 137+74+66=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #894A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A42 is #76B5BD. Grayscale: #5C5C5C. Windows color (decimal): -7779774 or 4344457. OLE color: 4344457.

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

Color convert

RGB 137 74 66 -
CMYK 0 0.46 0.52 0.46
HSL 6.76º 0.35% 0.4% -
HSV(B) 6.76º 0.52% 0.54% -
XYZ 13.75 10.61 6.48 -
YUV 91.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 137 74 66 0 0.46 0.52 0.46 6.76 0.35 0.4
Hex 89 4A 42 0 2E 34 2E 7 23 28
Octal 211 112 102 0 56 64 56 7 43 50
Binary 10001001 1001010 1000010 0 101110 110100 101110 111 100011 101000

Color Harmonies of #894A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894A42

Black with #894A42

Text Example


Text Example

White with #894A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894A42; }

 p { color: rgb(137,74,66); }

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

background-color css

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

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

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

border-color css

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

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

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