#89483F

Color #89483F Matrix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matrix #89483F

Tints of Matrix #89483F

Color information

#89483F (or 0x89483F) is unknown color: approx Matrix. HEX triplet: 89, 48 and 3F. RGB value is (137,72,63). Sum of RGB (Red+Green+Blue) = 137+72+63=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #89483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89483F is #76B7C0. Grayscale: #5A5A5A. Windows color (decimal): -7780289 or 4147337. OLE color: 4147337.

HSL color Cylindrical-coordinate representation of color #89483F: hue angle of 7.3º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #89483F is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB1377263-
CMYK00.470.540.46
HSL7.3º37%39.22%-
HSV(B)7.3º54.01%53.73%-
XYZ13.5310.315.98-
YUV90.41112.53161.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 63 (25% from 255) = 23.16%
R=50.37%
G=26.47%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137726300.470.540.467.33739.22
Hex89483F02F362E72527
Octal21111077057665674547
Binary1000100110010001111110101111110110101110111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89483F; }

 p { color: rgb(137,72,63); }

 H1.HeaderClassName
 {
   color: #89483F;
 }
 .AnyTagClassName
 {
   color: #89483F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #89483F;
 }
 .BgClassName
 {
   background-color: #89483F;
 }
</style>
border-color css

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

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

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