#8C4343

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

Shades of Matrix #8C4343

Tints of Matrix #8C4343

Color information

#8C4343 (or 0x8C4343) is unknown color: approx Matrix. HEX triplet: 8C, 43 and 43. RGB value is (140,67,67). Sum of RGB (Red+Green+Blue) = 140+67+67=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4343 is #73BCBC. Grayscale: #585858. Windows color (decimal): -7584957 or 4408204. OLE color: 4408204.

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

Color convert

RGB1406767-
CMYK00.520.520.45
HSL35.27%40.59%-
HSV(B)52.14%54.9%-
XYZ13.84106.51-
YUV88.83115.68164.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.09%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=51.09%
G=24.45%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140676700.520.520.45035.2740.59
Hex8C4343034342D02329
Octal214103103064645504351
Binary100011001000011100001101101001101001011010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,67,67); }

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

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

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

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

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

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

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