#8D4545

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

Shades of Matrix #8D4545

Tints of Matrix #8D4545

Color information

#8D4545 (or 0x8D4545) is unknown color: approx Matrix. HEX triplet: 8D, 45 and 45. RGB value is (141,69,69). Sum of RGB (Red+Green+Blue) = 141+69+69=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4545 is #72BABA. Grayscale: #5A5A5A. Windows color (decimal): -7518907 or 4539789. OLE color: 4539789.

HSL color Cylindrical-coordinate representation of color #8D4545: hue angle of 0º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4545 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1416969-
CMYK00.510.510.45
HSL34.29%41.18%-
HSV(B)51.06%55.29%-
XYZ14.1910.356.88-
YUV90.53115.85164-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=50.54%
G=24.73%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141696900.510.510.45034.2941.18
Hex8D4545033332D02229
Octal215105105063635504251
Binary100011011000101100010101100111100111011010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D4545; }

 p { color: rgb(141,69,69); }

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

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

 a { background-color: rgb(141,69,69); }

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

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

 span { border-color: rgb(141,69,69); }

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