#8F4646

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

Shades of Matrix #8F4646

Tints of Matrix #8F4646

Color information

#8F4646 (or 0x8F4646) is unknown color: approx Matrix. HEX triplet: 8F, 46 and 46. RGB value is (143,70,70). Sum of RGB (Red+Green+Blue) = 143+70+70=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4646 is #70B9B9. Grayscale: #5B5B5B. Windows color (decimal): -7387578 or 4605583. OLE color: 4605583.

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

Color convert

RGB1437070-
CMYK00.510.510.44
HSL34.27%41.76%-
HSV(B)51.05%56.08%-
XYZ14.6210.667.08-
YUV91.83115.68164.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.53%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=50.53%
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.44
SystemRedGreenBlueCMYKHSL
Decimal143707000.510.510.44034.2741.76
Hex8F4646033332C0222a
Octal217106106063635404252
Binary100011111000110100011001100111100111011000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,70,70); }

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

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

 a { background-color: rgb(143,70,70); }

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

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

 span { border-color: rgb(143,70,70); }

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