#88463f

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

Shades of Matrix #88463F

Tints of Matrix #88463F

Color information

#88463F (or 0x88463F) is unknown color: approx Matrix. HEX triplet: 88, 46 and 3F. RGB value is (136,70,63). Sum of RGB (Red+Green+Blue) = 136+70+63=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88463F is #77B9C0. Grayscale: #595959. Windows color (decimal): -7846337 or 4146824. OLE color: 4146824.

HSL color Cylindrical-coordinate representation of color #88463F: hue angle of 5.75º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88463F is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1367063-
CMYK00.490.540.47
HSL5.75º36.68%39.02%-
HSV(B)5.75º53.68%53.33%-
XYZ13.249.975.93-
YUV88.94113.37161.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 63 (25% from 255) = 23.42%
R=50.56%
G=26.02%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136706300.490.540.475.7536.6839.02
Hex88463F031362F62527
Octal21010677061665764547
Binary1000100010001101111110110001110110101111110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88463f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88463f; }

 p { color: rgb(136,70,63); }

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

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

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

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

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

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

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