#884444

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

Shades of Matrix #884444

Tints of Matrix #884444

Color information

#884444 (or 0x884444) is unknown color: approx Matrix. HEX triplet: 88, 44 and 44. RGB value is (136,68,68). Sum of RGB (Red+Green+Blue) = 136+68+68=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884444 is #77BBBB. Grayscale: #585858. Windows color (decimal): -7846844 or 4473992. OLE color: 4473992.

HSL color Cylindrical-coordinate representation of color #884444: hue angle of 0º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884444 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1366868-
CMYK00.500.500.47
HSL33.33%40%-
HSV(B)50%53.33%-
XYZ13.269.796.66-
YUV88.33116.53162-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 68 (26.95% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136686800.500.500.47033.3340
Hex884444032322F02128
Octal210104104062625704150
Binary100010001000100100010001100101100101011110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884444; }

 p { color: rgb(136,68,68); }

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

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

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

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

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

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

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