Html Css Color HEX #894342 Matrix

📋 copy color: '#894342'

red 137 ◦ green 67 ◦ blue 66

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

Shades of Matrix #894342

Tints of Matrix #894342

RGB

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

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

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

R = 50.74%
G = 24.81%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#894342 (or 0x894342) is known color: Matrix. HEX triplet: 89, 43 and 42. RGB value is (137,67,66). Sum of RGB (Red+Green+Blue) = 137+67+66=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #894342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894342 is #76BCBD. Grayscale: #575757. Windows color (decimal): -7781566 or 4342665. OLE color: 4342665.

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

Color convert

RGB 137 67 66 -
CMYK 0 0.51 0.52 0.46
HSL 0.85º 0.35% 0.4% -
HSV(B) 0.85º 0.52% 0.54% -
XYZ 13.31 9.73 6.33 -
YUV 87.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 137 67 66 0 0.51 0.52 0.46 0.85 0.35 0.4
Hex 89 43 42 0 33 34 2E 1 23 28
Octal 211 103 102 0 63 64 56 1 43 50
Binary 10001001 1000011 1000010 0 110011 110100 101110 1 100011 101000

Color Harmonies of #894342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894342

Black with #894342

Text Example


Text Example

White with #894342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894342; }

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

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

background-color css

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

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

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

border-color css

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

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

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