#884241

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

Shades of Matrix #884241

Tints of Matrix #884241

Color information

#884241 (or 0x884241) is unknown color: approx Matrix. HEX triplet: 88, 42 and 41. RGB value is (136,66,65). Sum of RGB (Red+Green+Blue) = 136+66+65=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #884241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884241 is #77BDBE. Grayscale: #565656. Windows color (decimal): -7847359 or 4276872. OLE color: 4276872.

HSL color Cylindrical-coordinate representation of color #884241: hue angle of 0.85º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884241 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1366665-
CMYK00.510.520.47
HSL0.85º35.32%39.41%-
HSV(B)0.85º52.21%53.33%-
XYZ13.069.516.15-
YUV86.82115.69163.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=50.94%
G=24.72%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136666500.510.520.470.8535.3239.41
Hex884241033342F12327
Octal210102101063645714347
Binary100010001000010100000101100111101001011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884241; }

 p { color: rgb(136,66,65); }

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

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

 a { background-color: rgb(136,66,65); }

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

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

 span { border-color: rgb(136,66,65); }

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