Html Css Color HEX #894240 Matrix

📋 copy color: '#894240'

red 137 ◦ green 66 ◦ blue 64

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

Shades of Matrix #894240

Tints of Matrix #894240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.72%

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

R = 51.31%
G = 24.72%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#894240 (or 0x894240) is known color: Matrix. HEX triplet: 89, 42 and 40. RGB value is (137,66,64). Sum of RGB (Red+Green+Blue) = 137+66+64=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #894240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894240 is #76BDBF. Grayscale: #575757. Windows color (decimal): -7781824 or 4211337. OLE color: 4211337.

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

Color convert

RGB 137 66 64 -
CMYK 0 0.52 0.53 0.46
HSL 1.64º 0.36% 0.39% -
HSV(B) 1.64º 0.53% 0.54% -
XYZ 13.19 9.58 6.01 -
YUV 87 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 137 66 64 0 0.52 0.53 0.46 1.64 0.36 0.39
Hex 89 42 40 0 34 35 2E 2 24 27
Octal 211 102 100 0 64 65 56 2 44 47
Binary 10001001 1000010 1000000 0 110100 110101 101110 10 100100 100111

Color Harmonies of #894240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894240

Black with #894240

Text Example


Text Example

White with #894240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894240; }

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

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

background-color css

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

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

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

border-color css

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

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

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