#8F4841

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

Shades of Matrix #8F4841

Tints of Matrix #8F4841

Color information

#8F4841 (or 0x8F4841) is unknown color: approx Matrix. HEX triplet: 8F, 48 and 41. RGB value is (143,72,65). Sum of RGB (Red+Green+Blue) = 143+72+65=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4841 is #70B7BE. Grayscale: #5C5C5C. Windows color (decimal): -7387071 or 4278415. OLE color: 4278415.

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

Color convert

RGB1437265-
CMYK00.500.550.44
HSL5.38º37.5%40.78%-
HSV(B)5.38º54.55%56.08%-
XYZ14.610.866.33-
YUV92.43112.52164.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.07%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=51.07%
G=25.71%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143726500.500.550.445.3837.540.78
Hex8F4841032372C52629
Octal217110101062675454651
Binary10001111100100010000010110010110111101100101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,65); }

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

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

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

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

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

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

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