Html Css Color HEX #894340 Matrix

📋 copy color: '#894340'

red 137 ◦ green 67 ◦ blue 64

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

Shades of Matrix #894340

Tints of Matrix #894340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

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

R = 51.12%
G = 25%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#894340 (or 0x894340) is known color: Matrix. HEX triplet: 89, 43 and 40. RGB value is (137,67,64). Sum of RGB (Red+Green+Blue) = 137+67+64=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #894340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894340 is #76BCBF. Grayscale: #575757. Windows color (decimal): -7781568 or 4211593. OLE color: 4211593.

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

Color convert

RGB 137 67 64 -
CMYK 0 0.51 0.53 0.46
HSL 2.47º 0.36% 0.39% -
HSV(B) 2.47º 0.53% 0.54% -
XYZ 13.25 9.7 6.03 -
YUV 87.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 137 67 64 0 0.51 0.53 0.46 2.47 0.36 0.39
Hex 89 43 40 0 33 35 2E 2 24 27
Octal 211 103 100 0 63 65 56 2 44 47
Binary 10001001 1000011 1000000 0 110011 110101 101110 10 100100 100111

Color Harmonies of #894340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894340

Black with #894340

Text Example


Text Example

White with #894340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894340; }

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

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

background-color css

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

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

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

border-color css

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

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

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