#88453F

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

Shades of Matrix #88453F

Tints of Matrix #88453F

Color information

#88453F (or 0x88453F) is unknown color: approx Matrix. HEX triplet: 88, 45 and 3F. RGB value is (136,69,63). Sum of RGB (Red+Green+Blue) = 136+69+63=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88453F is #77BAC0. Grayscale: #585858. Windows color (decimal): -7846593 or 4146568. OLE color: 4146568.

HSL color Cylindrical-coordinate representation of color #88453F: hue angle of 4.93º 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 #88453F is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1366963-
CMYK00.490.540.47
HSL4.93º36.68%39.02%-
HSV(B)4.93º53.68%53.33%-
XYZ13.189.855.91-
YUV88.35113.7161.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 63 (25% from 255) = 23.51%
R=50.75%
G=25.75%
B=23.51%

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
Decimal136696300.490.540.474.9336.6839.02
Hex88453F031362F52527
Octal21010577061665754547
Binary1000100010001011111110110001110110101111101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88453F; }

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

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

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

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

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

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

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

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